mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-16 00:28:58 +00:00
this one
This commit is contained in:
parent
e15066bc0c
commit
d0a03f94c7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ echo "This is version $version."
|
||||||
|
|
||||||
if test ! "$DEPLOY" = ""; then
|
if test ! "$DEPLOY" = ""; then
|
||||||
echo "Set to deploy..."
|
echo "Set to deploy..."
|
||||||
cp NurseBot.jar $DEPLOY/$VERSERIONS
|
cp NurseBot.jar $DEPLOY/$VERSIONS/NurseBot$version.jar
|
||||||
if test ! $? = 0; then
|
if test ! $? = 0; then
|
||||||
echo "... failed"
|
echo "... failed"
|
||||||
exit $EXIT_READY_FAILED
|
exit $EXIT_READY_FAILED
|
||||||
|
|
Loading…
Reference in a new issue