add if around install deps
This commit is contained in:
父節點
a05cf035b3
當前提交
77c6be5840
@ -199,6 +199,14 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z "$dont_install_deps" ]; then
|
||||
if [ ! -e "/tmp/${INSTALL_DEPS_FILE}" ]
|
||||
then
|
||||
echo "Error Downloading Deps File"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
#########################
|
||||
# Which node.js VERSION ? #
|
||||
#########################
|
||||
|
||||
載入中…
x
新增問題並參考
Block a user