Fix qdated-generate script

master
Lukas Bestle 4 years ago
parent 6ba676459c
commit d79ea6f3f5
Signed by: lukas
GPG Key ID: 692037D104550FC9

@ -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…
Cancel
Save