From f8974c3ed950a48b9768e740f3ebf3401a695e13 Mon Sep 17 00:00:00 2001 From: Laica Lunasys Date: Thu, 19 Sep 2024 20:38:17 +0900 Subject: [PATCH] Fix USE_PACKY --- plain/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plain/launcher.sh b/plain/launcher.sh index 75c63b0..5d27b94 100644 --- a/plain/launcher.sh +++ b/plain/launcher.sh @@ -51,7 +51,7 @@ _task_prepare() { } _fetch() { - if [ "$USE_PACKY" ]; then + if [ "$USE_PACKY" = "true" ]; then packy fetch -s "${PACKY_NAMESPACES:-bukkit_global}" -d /app/plugins fi }