forked from norman/fusionpbx-install.sh-github-mirror
BugFix-Resource sourcing (#46)
changes of directory using relative paths is back firing
This commit is contained in:
3
debian/resources/switch/package-release.sh
vendored
3
debian/resources/switch/package-release.sh
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user