mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-12-24 13:15:24 +00:00
Quote variable
This commit is contained in:
parent
fb081cabb2
commit
e7684a0f2c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user