BugFix-Resource sourcing (#46)

changes of directory using relative paths is back firing
This commit is contained in:
Mafoo
2016-09-30 23:59:58 +01:00
committed by FusionPBX
parent eda28f4efd
commit 02057e68dc
4 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,8 @@
#move to script directory so all relative paths work
cd "$(dirname "$0")"
. ./arguments.sh
. ../colors.sh
. ../arguments.sh
apt-get update && apt-get install -y --force-yes curl memcached haveged
arch=$(uname -m)