Fix typo in variable name and make check more accurate
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ebedbf1579
commit
dc175d4ecc
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
CHECK_DIR='../'
|
||||
if ! [ "$SERVER_VERSION" ]; then
|
||||
if [[ -d "$1" ]]; then
|
||||
CHECK_DIR=$1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue