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 shift
;; ;;
--disable-auto-repair) --disable-auto-repair)
AUTO_REPAIR=false AUTO_REPAIR=false.service
shift
;;
--check-integrity)
INTEGRITY_CHECK_ONLY=true
shift shift
;; ;;
--non-interactive) --non-interactive)