Removed another comment

This commit is contained in:
Carlos M. Martinez
2024-01-28 18:21:37 -05:00
parent 4fe78686a4
commit 63d775d746

View File

@@ -292,7 +292,6 @@ fi
if [ "${BACKUP_ENABLED}" = true ]; then
echo "BACKUP_ENABLED=${BACKUP_ENABLED}"
# Assuming BACKUP_CRON_EXPRESSION is set and is valid
echo "$BACKUP_CRON_EXPRESSION bash /usr/local/bin/backup" > "/home/steam/server/crontab"
supercronic "/home/steam/server/crontab" &
fi