From: TheSaminator Date: Wed, 6 Jul 2022 21:09:57 +0000 (-0400) Subject: Update update scripts X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=f621bd3968542cfcf766753c246002cef71c7649;p=starship-fights Update update scripts --- diff --git a/patch b/patch index c41f4b2..5b85df8 100755 --- a/patch +++ b/patch @@ -2,5 +2,4 @@ screen -S starshipfights -X quit git pull -/opt/gradle/gradle-7.1/bin/gradle shadowJar -screen -dmS starshipfights /opt/gradle/gradle-7.1/bin/gradle runShadow +/opt/gradle/gradle-7.1/bin/gradle shadowJar && screen -dmS starshipfights /opt/gradle/gradle-7.1/bin/gradle runShadow diff --git a/update b/update index e36c21e..766c3de 100755 --- a/update +++ b/update @@ -2,5 +2,4 @@ screen -S starshipfights -X quit git pull -/opt/gradle/gradle-7.1/bin/gradle clean shadowJar -screen -dmS starshipfights /opt/gradle/gradle-7.1/bin/gradle runShadow +/opt/gradle/gradle-7.1/bin/gradle clean shadowJar && screen -dmS starshipfights /opt/gradle/gradle-7.1/bin/gradle runShadow