Merged in bugfix/MAPG-33-fix-deployment-scripts (pull request #10)

MAPG-33 fix shebang in deployment scripts
This commit is contained in:
Bence Pőcze 2020-05-20 13:12:54 +00:00
commit 496021198c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#/bin/bash #!/bin/bash
ROOT_DIR=$(dirname $(readlink -f "$0"))/.. ROOT_DIR=$(dirname $(readlink -f "$0"))/..

View File

@ -1,4 +1,4 @@
#/bin/bash #!/bin/bash
ROOT_DIR=$(dirname $(readlink -f "$0"))/.. ROOT_DIR=$(dirname $(readlink -f "$0"))/..