Skip to content

Commit

Permalink
Update auto-update-cron.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Sep 5, 2024
1 parent 0ac0180 commit 90d0a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-update-cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fi

# Check if the cron job already exists
if [ ! -f /etc/cron.d/sd-updater ]; then
cat "0 2 * * * root /usr/bin/sd-updater" > /etc/cron.d/sd-updater
echo "0 2 * * * root /usr/bin/sd-updater" > /etc/cron.d/sd-updater
echo "Cron job added."
else
echo "Cron job already exists."
Expand Down

0 comments on commit 90d0a94

Please sign in to comment.