mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-02 07:31:00 +00:00
Fix startup
This commit is contained in:
parent
3c3ecc5e4c
commit
28041d72bb
@ -2,10 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
if [ "${#}" != "1" ]; then
|
if [ "${#}" != "1" ]; then
|
||||||
exit 1
|
echo "[.lib.sh] Error: Invalid number of arguments"
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -d "${1}" ]; then
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -14,8 +11,6 @@ DEVILBOX_PATH="${1}"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# H E L P E R
|
# H E L P E R
|
||||||
|
@ -77,4 +77,6 @@ before_install:
|
|||||||
###
|
###
|
||||||
script:
|
script:
|
||||||
#- .tests/test_${SERVER}.sh .
|
#- .tests/test_${SERVER}.sh .
|
||||||
|
- echo $SERVER
|
||||||
|
- echo $VERSION
|
||||||
- .tests/test_single.sh . "${SERVER}" "${VERSION}"
|
- .tests/test_single.sh . "${SERVER}" "${VERSION}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user