From 9cfa823caf3dfd6a9e1ac84efda4e82a09ee319e Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 15 Nov 2014 21:42:11 +0100 Subject: [PATCH] add a script to copy everything to testing --- bin/opsi-all-testing.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)