From 6300832ad4a4464e76f45976cd876b9e2dccfb15 Mon Sep 17 00:00:00 2001 From: purple Date: Tue, 30 May 2023 21:01:54 +0200 Subject: [PATCH] Well I didn't mean to apply variables to the whole Pterodactyl filesystem.. --- blueprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index cf2e198..c4d4896 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -179,7 +179,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then SKIPAZPLACEHOLDERS=false; fi; - for f in $(find . -type f -print); do + for f in $(find $DIR -type f -print); do sed -i "s~^#version#^~$version~g" $f; sed -i "s~^#author#^~$author~g" $f; sed -i "s~^#identifier#^~$identifier~g" $f;