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 11a39b7 commit dc069d0Copy full SHA for dc069d0
frontends/containerize
@@ -68,7 +68,8 @@ fi
68
69
source $CW_BUILD_TMPDIR/_vars.sh
70
if [[ ! -d "$CW_INSTALLATION_PREFIX" ]];then
71
- print_err "Installation dir $CW_INSTALLATION_PREFIX does not exist" ; false
+ print_info "Installation dir $CW_INSTALLATION_PREFIX does not exist, creating it for you"
72
+ mkdir -p "$CW_INSTALLATION_PREFIX"
73
fi
74
if [[ ! -w "$CW_INSTALLATION_PREFIX" || ! -x "$CW_INSTALLATION_PREFIX" ]];then
75
print_err "Installation dir $CW_INSTALLATION_PREFIX is not writable" ; false
0 commit comments