X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FDEPLOY.sh;h=c6d58f17375781a264bd0a6f957cc5d486a62131;hb=ed7ebc4995e0cb9be92c4f5ae5ac51362af15943;hp=4a29575ac4991e398ad68420b850dea2da81442d;hpb=52ef1b135cc2eb90d51db903acb5bf0d49013aa7;p=anna.git diff --git a/example/diameter/launcher/DEPLOY.sh b/example/diameter/launcher/DEPLOY.sh index 4a29575..c6d58f1 100755 --- a/example/diameter/launcher/DEPLOY.sh +++ b/example/diameter/launcher/DEPLOY.sh @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash # Functions & variables SETUPS_DIR=../../../source/diameter/stack/setups @@ -18,7 +18,7 @@ _exit () { createRunScript () { - echo "#!/bin/ksh" > run.sh + echo "#!/bin/bash" > run.sh echo "EXE=\`cat .exe 2>/dev/null\`" >> run.sh echo "STARTED=\`ps -fea | grep \"\$EXE\" | grep -v grep\`" >> run.sh echo "[ \"\$EXE\" != \"\" -a \"\$STARTED\" != \"\" ] && { echo \"Already started!\"; echo \"\$STARTED\" ; exit ; }" >> run.sh