mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-09 13:35:24 +00:00
mc: fix isDebugging when not debugging
This commit is contained in:
@@ -28,7 +28,7 @@ function isTrue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function isDebugging {
|
function isDebugging {
|
||||||
if [ ${DEBUG^^} = TRUE ]; then
|
if [[ ${DEBUG^^} = TRUE ]]; then
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user