From 9366377ca75fe1678f32b8e208022dab6163da16 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Sat, 15 Apr 2017 16:18:16 +0200 Subject: [PATCH] Make absolute --- example/diameter/launcher/DEPLOY.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/diameter/launcher/DEPLOY.sh b/example/diameter/launcher/DEPLOY.sh index 7ea9942..7e19fff 100755 --- a/example/diameter/launcher/DEPLOY.sh +++ b/example/diameter/launcher/DEPLOY.sh @@ -4,7 +4,7 @@ # VARIABLES # ############# SCR_DIR=`readlink -f $(dirname $0)` -PROJECT_ROOT=$(readlink -f ../../..) +PROJECT_ROOT=$(readlink -f $SCR_DIR/../../..) SETUPS_DIR=$PROJECT_ROOT/source/diameter/stack/setups MSGDTD=$PROJECT_ROOT/include/anna/diameter/codec/message.dtd DCTDTD=$PROJECT_ROOT/include/anna/diameter/stack/dictionary.dtd @@ -75,7 +75,6 @@ EOF # EXECUTION # ############# cd $SCR_DIR - echo echo "---------------------------------------" echo "Anna Diameter Launcher (ADML) deployment" -- 2.20.1