This commit is contained in:
overflowerror 2018-07-13 18:28:35 +02:00
parent d0a03f94c7
commit bdf131fe7a

View file

@ -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"