Allow to use run_server script as a symlink

This commit is contained in:
Deve
2019-02-04 21:54:25 +01:00
parent 5bc8002caa
commit 9429271535

View File

@@ -7,7 +7,7 @@
export SELF_PID=$$
export BASENAME="$(basename "$0")"
export DIRNAME="$(readlink -e "$(dirname "$0")")"
export DIRNAME="$(dirname "$(readlink -f "$0")")"
export DATETIME="$(date +%Y%m%d%H%M%S)"
############## General info ##############