troubleshoot suwayomi

This commit is contained in:
2025-10-12 18:21:26 -05:00
parent f76c6862ba
commit cd55d1d7cf
6 changed files with 9 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ in
export BORG_PASSPHRASE="$(cat ${cfg.passwd_file})"
export BORG_REPO="${cfg.repo}"
timestamp="$(date +'%Y-%m-%d_%H:%M:%S')"
mode=all
mode=sep
# init repo in needed
if ! borg info "$BORG_REPO" >/dev/null 2>&1; then