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