mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 21:57:47 +00:00
Fix startup
This commit is contained in:
parent
3c3ecc5e4c
commit
28041d72bb
@ -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
|
||||
|
@ -77,4 +77,6 @@ before_install:
|
||||
###
|
||||
script:
|
||||
#- .tests/test_${SERVER}.sh .
|
||||
- echo $SERVER
|
||||
- echo $VERSION
|
||||
- .tests/test_single.sh . "${SERVER}" "${VERSION}"
|
||||
|
Loading…
Reference in New Issue
Block a user