Commit 8ccdc955 authored by Terence Lee's avatar Terence Lee

update detect script to detect config or default public_html dir

parent 4921ff51
......@@ -3,7 +3,7 @@
build_dir=$1
if [ ! -d "$build_dir/public_html" ]; then
if [ ! -f "$build_dir/static.json" ] && [ ! -d "$build_dir/public_html" ]; then
exit 1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment