Parcourir la source

Fix astrobin script path

Colin Powell il y a 5 ans
Parent
commit
91020af93c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      systemd/.config/systemd/user/changepaper.sh

+ 1 - 1
systemd/.config/systemd/user/changepaper.sh

@@ -55,7 +55,7 @@ fi
 
 BASEDIR="$HOME/var/inbox/astrobin/"
 # use python script to get astrobin iotd
-./get_astrobin_potd.py
+python ~/.config/systemd/user/get_astrobin_potd.py
 
 date=$(date '+%Y-%m-%d')