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.
2 parents 11a39b7 + dc069d0 commit b9d2a7cCopy full SHA for b9d2a7c
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