finished main program, added no-root-check option

This commit is contained in:
fatalerrors
2021-07-20 15:35:53 +02:00
parent 83a41fd21c
commit 0a4029e60d
4 changed files with 19 additions and 3 deletions

View File

@@ -35,6 +35,9 @@ read_commandline()
die 1 --force
fi
;;
"-R"|"--no-root-check")
export NO_ROOT_CHECK=true
;;
*)
prnt E "Paramètre \'$opt\' non géré."
disp_help