Skip to content

Commit

Permalink
Change folder creation message to info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nortamo committed Sep 19, 2024
1 parent d68fd47 commit a334d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/containerize
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a334d26

Please sign in to comment.