MAPG-33 fix shebang in deployment scripts

This commit is contained in:
Bence Pőcze 2020-05-20 15:10:55 +02:00
parent 6437e923c5
commit f87ca60122
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"))/..

View File

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