noinstall=debug
This commit is contained in:
parent
6c3627f469
commit
4d914d7fcb
1 changed files with 1 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ abfrage
|
|||
|
||||
secureumount
|
||||
|
||||
if [ "${name}" == "debug" ]
|
||||
if [ "${name}" == "debug" ] || [ "${name}" == "noinstall" ]
|
||||
then
|
||||
echo "DEBEUG-MODUS"
|
||||
echo "If no more commands are required, simply press enter"
|
||||
|
|
Loading…
Reference in a new issue