From a334d26016899d9bc8758f1f0be283d63538f526 Mon Sep 17 00:00:00 2001 From: Nortamo Date: Thu, 19 Sep 2024 12:55:23 +0300 Subject: [PATCH] Change folder creation message to info --- frontends/containerize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/containerize b/frontends/containerize index fd9b8a2..f6259f4 100755 --- a/frontends/containerize +++ b/frontends/containerize @@ -68,7 +68,7 @@ fi source $CW_BUILD_TMPDIR/_vars.sh if [[ ! -d "$CW_INSTALLATION_PREFIX" ]];then - print_info "Installation dir $CW_INSTALLATION_PREFIX does not exist, creating it for you" + print_info "Installation dir $CW_INSTALLATION_PREFIX does not exist, creating it for you" 1 mkdir -p "$CW_INSTALLATION_PREFIX" fi if [[ ! -w "$CW_INSTALLATION_PREFIX" || ! -x "$CW_INSTALLATION_PREFIX" ]];then