mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-15 08:08: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
|
||||
echo "Set to deploy..."
|
||||
cp NurseBot.jar $DEPLOY/$VERSERIONS
|
||||
cp NurseBot.jar $DEPLOY/$VERSIONS/NurseBot$version.jar
|
||||
if test ! $? = 0; then
|
||||
echo "... failed"
|
||||
exit $EXIT_READY_FAILED
|
||||
|
|
Loading…
Reference in a new issue