fix: Clean up unnecessary whitespace and improve code readability in backup-plex.sh

This commit is contained in:
Peter Wood
2025-06-12 17:18:57 -04:00
parent 2b979f0950
commit 7d45acf6c6

View File

@@ -97,11 +97,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
--disable-auto-repair)
AUTO_REPAIR=false
shift
;;
--check-integrity)
INTEGRITY_CHECK_ONLY=true
AUTO_REPAIR=false.service
shift
;;
--non-interactive)