mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 02:20:11 -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
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user