Fix missing parsing of --autosysadmin flag

This commit is contained in:
Brice Waegeneire 2022-07-07 10:58:07 +02:00
parent 33504c4c01
commit f594a54e07
1 changed files with 4 additions and 0 deletions

View File

@ -482,6 +482,10 @@ while :; do
# use "auto" mode
AUTO=1
;;
--autosysadmin)
# author change as autosysadmin
AUTOSYSADMIN=1
;;
-n|--dry-run)
# disable actual commands
DRY_RUN=1