mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
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 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue