this is what happens when you push a hack
All checks were successful
Docker Build and Push / build (push) Successful in 1m1s
All checks were successful
Docker Build and Push / build (push) Successful in 1m1s
This commit is contained in:
@ -274,7 +274,7 @@ while true; do
|
|||||||
if [[ ! -f "server.properties" ]]; then touch "server.properties"; fi
|
if [[ ! -f "server.properties" ]]; then touch "server.properties"; fi
|
||||||
|
|
||||||
if [[ -f "run.sh" ]]; then
|
if [[ -f "run.sh" ]]; then
|
||||||
exec run.sh
|
exec ./run.sh
|
||||||
else if [[ -f $JAR ]]; then
|
else if [[ -f $JAR ]]; then
|
||||||
echo -e "|_______________________________________________________|"
|
echo -e "|_______________________________________________________|"
|
||||||
echo -e "|##----------------- Server Starting -----------------##|"
|
echo -e "|##----------------- Server Starting -----------------##|"
|
||||||
|
Reference in New Issue
Block a user