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

This commit is contained in:
DeltaLima 2023-05-02 12:27:56 +02:00
parent ace43f5490
commit 64aacd6002

View file

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