„templates/nanodesk-installer.tpl.sh“ ändern
This commit is contained in:
parent
ace43f5490
commit
64aacd6002
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function message() {
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ "$1" == "info" ] || [ "$1" == "error" ]
|
||||
if [ "$1" == "info" ] || [ "$1" == "warn" ] || [ "$1" == "error" ]
|
||||
then
|
||||
MESSAGE=$2
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue