From 91020af93ced223805ea981616376a1489d4f2e3 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 5 Dec 2019 21:14:30 -0500 Subject: [PATCH] Fix astrobin script path --- systemd/.config/systemd/user/changepaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/.config/systemd/user/changepaper.sh b/systemd/.config/systemd/user/changepaper.sh index cf727b3..eae3114 100755 --- a/systemd/.config/systemd/user/changepaper.sh +++ b/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')