Fix startup

This commit is contained in:
cytopia 2016-12-26 22:14:53 +01:00
parent 3c3ecc5e4c
commit 28041d72bb
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 3 additions and 6 deletions

View File

@ -2,10 +2,7 @@
if [ "${#}" != "1" ]; then
exit 1
fi
if [ ! -d "${1}" ]; then
echo "[.lib.sh] Error: Invalid number of arguments"
exit 1
fi
@ -14,8 +11,6 @@ DEVILBOX_PATH="${1}"
################################################################################
#
# H E L P E R

View File

@ -77,4 +77,6 @@ before_install:
###
script:
#- .tests/test_${SERVER}.sh .
- echo $SERVER
- echo $VERSION
- .tests/test_single.sh . "${SERVER}" "${VERSION}"