From edbdbf132fb4491353919e7ff60272d3978af6a8 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Sun, 17 Nov 2024 15:22:36 +0100 Subject: [PATCH] progress_notifications must be bool --- constructor/osx/prepare_installation.sh | 2 +- constructor/osx/run_installation.sh | 2 +- constructor/osx/run_user_script.sh | 2 +- constructor/osxpkg.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/constructor/osx/prepare_installation.sh b/constructor/osx/prepare_installation.sh index 0b63fc93b..dd5309ab9 100644 --- a/constructor/osx/prepare_installation.sh +++ b/constructor/osx/prepare_installation.sh @@ -8,7 +8,7 @@ set -euo pipefail notify() { # shellcheck disable=SC2050 -{%- if progress_notifications == "true" %} +{%- if progress_notifications %} osascript <