„templates/nanodesk-installer.tpl.sh“ ändern

This commit is contained in:
DeltaLima 2023-05-02 12:27:56 +02:00
parent ace43f5490
commit 64aacd6002
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function message() {
;;
esac
if [ "$1" == "info" ] || [ "$1" == "error" ]
if [ "$1" == "info" ] || [ "$1" == "warn" ] || [ "$1" == "error" ]
then
MESSAGE=$2
else