Skip to content

Commit 9201ace

Browse files
committed
fix script location for cron
1 parent c2b451d commit 9201ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron/stable-updates-9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$ret_val" -ne 0 ]; then
1515
1616
exit 1
1717
fi
18-
pushd /etc/pungi-prod-9/scripts || { echo "Cron: Failed to change directory"; exit 1; }
18+
pushd /etc/pungi-prod-9/scripts/compose || { echo "Cron: Failed to change directory"; exit 1; }
1919
bash updates-9-full.sh
2020
ret_val=$?
2121
popd || { echo "Cron: Could not change back to original directory"; exit 1; }

0 commit comments

Comments
 (0)