diff --git a/0.16/files/docker-entrypoint.sh b/0.16/files/docker-entrypoint.sh index 605136f..4e83260 100755 --- a/0.16/files/docker-entrypoint.sh +++ b/0.16/files/docker-entrypoint.sh @@ -26,7 +26,7 @@ if [ ! -f "$CONFIG/map-settings.json" ]; then fi if find -L "$SAVES" -iname \*.tmp.zip -mindepth 1 -print | grep -q .; then - rm -f "$SAVES/*.tmp.zip" + rm -f "$SAVES"/*.tmp.zip fi if ! find -L "$SAVES" -iname \*.zip -mindepth 1 -print | grep -q .; then