diff --git a/bin/opsi-all-testing.sh b/bin/opsi-all-testing.sh index dde9855..f191b4f 100755 --- a/bin/opsi-all-testing.sh +++ b/bin/opsi-all-testing.sh @@ -1,7 +1,8 @@ #! /bin/bash BASE_DIR="`dirname $0`/.." -BIN_DIR="${BASE_DIR}/bin" +SCRIPT=$(readlink -f $0) +BIN_DIR=`dirname $SCRIPT` OPSI_WEB_ROOT="" # Source local build configuration (must be done AFTER sourcing the builder-product.cfg.cfg)