mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 00:00:13 -08:00
fix: Clean up unnecessary whitespace and improve code readability in backup-plex.sh
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user