Fix qdated-generate script
parent
6ba676459c
commit
d79ea6f3f5
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for host in ~/.config/qdated/*; do
|
||||
HOME="$host" qdated-now > "$host/current"
|
||||
HOME="$host" /home/$USER/.linuxbrew/bin/qdated-now > "$host/current"
|
||||
done
|
||||
|
Loading…
Reference in New Issue