1
0
mirror of https://github.com/mviereck/x11docker.git synced 2021-09-19 22:38:46 +03:00

--sudouser: fix argument check/no arg

This commit is contained in:
mviereck
2021-09-13 17:27:25 +02:00
parent 925c522dc5
commit 4034809021

View File

@@ -7673,7 +7673,7 @@ check_option_interferences() { # check multiple option interferences, change se
Sudouser="${Sudouser,,}"
case $Sudouser in
no) Sudouser="" ;;
no|"") Sudouser="" ;;
yes|nopasswd) ;;
*)
note "Option --sudouser: Unknown argument '$Sudouser'.