make sure directory exists before chowning it

このコミットが含まれているのは:
AJ ONeal 2018-06-18 21:40:42 +00:00
コミット 97c7ef9793

ファイルの表示

@ -303,6 +303,7 @@ if [ -n "${NODEJS_VER}" ]; then
bash "/tmp/${INSTALL_FILE}" "${NODEJS_VER}"
fi
$sudo_cmd mkdir -p $node_install_path/lib/node_modules
$sudo_cmd chown -R $(whoami) $node_install_path/lib/node_modules
echo ""