Browse Source
Fix typo in variable name and make check more accurate
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/21644/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
build/image-optimization.sh
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/usr/bin/env bash |
|
|
|
|
|
|
|
CHECK_DIR='../' |
|
|
|
if ! [ "$SERVER_VERSION" ]; then |
|
|
|
if [[ -d "$1" ]]; then |
|
|
|
CHECK_DIR=$1 |
|
|
|
fi |
|
|
|
|
|
|
|
|