Well I didn't mean to apply variables to the whole Pterodactyl filesystem..
This commit is contained in:
parent
fa32b82add
commit
6300832ad4
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then
|
||||||
SKIPAZPLACEHOLDERS=false;
|
SKIPAZPLACEHOLDERS=false;
|
||||||
fi;
|
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~^#version#^~$version~g" $f;
|
||||||
sed -i "s~^#author#^~$author~g" $f;
|
sed -i "s~^#author#^~$author~g" $f;
|
||||||
sed -i "s~^#identifier#^~$identifier~g" $f;
|
sed -i "s~^#identifier#^~$identifier~g" $f;
|
||||||
|
|
Loading…
Reference in a new issue