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