From 43052e8e03db2f5e08b57bde200fea1c66d00c7d Mon Sep 17 00:00:00 2001 From: Nick Guy Date: Mon, 2 Jun 2025 21:33:11 +0100 Subject: [PATCH] Modify load-script.sh --- load-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load-script.sh b/load-script.sh index e190ea0..131239b 100755 --- a/load-script.sh +++ b/load-script.sh @@ -20,5 +20,5 @@ cp ${script_file} ${map_file} # Package resource pack rm ${SERVER_DIR}/botc-script-resource-pack.zip pushd "${DIR}/templates" -zip -r ${SERVER_DIR}/botc-script-resource-pack.zip texture-pack +zip -r ${DIR}/../botc-script-resource-pack.zip texture-pack popd \ No newline at end of file