We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68fd47 commit a334d26Copy full SHA for a334d26
frontends/containerize
@@ -68,7 +68,7 @@ fi
68
69
source $CW_BUILD_TMPDIR/_vars.sh
70
if [[ ! -d "$CW_INSTALLATION_PREFIX" ]];then
71
- 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
72
mkdir -p "$CW_INSTALLATION_PREFIX"
73
fi
74
if [[ ! -w "$CW_INSTALLATION_PREFIX" || ! -x "$CW_INSTALLATION_PREFIX" ]];then
0 commit comments