Explorar el Código

Fix astrobin script path

Colin Powell hace 5 años
padre
commit
91020af93c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')