Skip to content

Commit

Permalink
Fix BackupTime attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Feb 19, 2024
1 parent 0e25faa commit 53a6222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/startup_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sed -i -r "s/server.debugLogsEnabled = (.*)/server.debugLogsEnabled = ${DEBUG:-\
sed -i -r "s/server.gqlDebugLogsEnabled = (.*)/server.gqlDebugLogsEnabled = ${GQL_DEBUG:-\1}/" /home/suwayomi/.local/share/Tachidesk/server.conf

# backup
sed -i -r "s/server.backupTime = (.*)|server.backupTime = ${BACKUP_TIME:-\1}|" /home/suwayomi/.local/share/Tachidesk/server.conf
sed -i -r "s|server.backupTime = \"(.*)\"|server.backupTime = ${BACKUP_TIME:-\1}\"|" /home/suwayomi/.local/share/Tachidesk/server.conf
sed -i -r "s/server.backupInterval = (.*)/server.backupInterval = ${BACKUP_INTERVAL:-\1}/" /home/suwayomi/.local/share/Tachidesk/server.conf
sed -i -r "s/server.backupTTL = (.*)/server.backupTTL = ${BACKUP_TTL:-\1}/" /home/suwayomi/.local/share/Tachidesk/server.conf

Expand Down

0 comments on commit 53a6222

Please sign in to comment.