Fixes on deployment
This commit is contained in:
parent
2069af6902
commit
98a3311312
|
@ -26,7 +26,7 @@ function main () {
|
|||
fi
|
||||
run=surun_
|
||||
sudorun=run_
|
||||
elif [[ $# -eq 2 ]]
|
||||
elif [[ $# -eq 2 ]]; then
|
||||
if [[ $1 != '--noinput' ]]; then
|
||||
echo "What argument is $1?" >&2
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue