[mod] try to use greadlink if readlink is not available

This commit is contained in:
Dalf
2020-08-20 09:38:51 +02:00
parent 4f5c3b5ee0
commit 4d7cbbab34
4 changed files with 7 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ SERVICE_NAME="searx-docker.service"
# rebase : rebase with autostash, at your own risk
UPDATE_TYPE="fastforward"
BASE_DIR="$(dirname -- "`readlink -f -- "$0"`")"
READLINK="$(which readlink greadlink | tail -n1)"
BASE_DIR="$(dirname -- "`$READLINK -f -- "$0"`")"
cd -- "$BASE_DIR"
# check if git presence