Quote variable

This commit is contained in:
Jose Diaz-Gonzalez 2016-09-20 01:31:09 -06:00
parent fb081cabb2
commit e7684a0f2c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -eo pipefail; [[ $TRACE ]] && set -x
# Exit early if app is clearly not an nginx app
if [[ ! -f $1/.static ]]; then
if [[ ! -f "$1/.static" ]]; then
exit 1
fi