Commit 045a9608 authored by Terence Lee's avatar Terence Lee

detect based on the public/ existing

parent a6068638
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
build_dir=$1 build_dir=$1
if [ ! $build_dir/public ]; then if [ ! -d "$build_dir/public" ]; then
exit 1 exit 1
fi 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