parent
d9909efcbf
commit
bbd2e807a2
@ -46,7 +46,7 @@ case $MODE in
|
|||||||
if [ -f "server.properties" ]; then
|
if [ -f "server.properties" ]; then
|
||||||
mv "${TARGET}/server.properties" ./
|
mv "${TARGET}/server.properties" ./
|
||||||
else
|
else
|
||||||
rm "${TARGET}/server.properties"
|
rm "${TARGET}/server.properties" || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update Mode
|
# Update Mode
|
||||||
@ -60,7 +60,7 @@ case $MODE in
|
|||||||
if [ -f "server.properties" ]; then
|
if [ -f "server.properties" ]; then
|
||||||
mv "${TARGET}/server.properties" ./
|
mv "${TARGET}/server.properties" ./
|
||||||
else
|
else
|
||||||
rm "${TARGET}/server.properties"
|
rm "${TARGET}/server.properties" || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update Mode
|
# Update Mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user