Dev upgrading accidentally replaced almost all characters with "source" in blueprint.sh
sourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesourcesource
This commit is contained in:
parent
691581270b
commit
3321aec5c7
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ if [[ $2 != "dev" ]]; then
|
||||||
mv * main;
|
mv * main;
|
||||||
else
|
else
|
||||||
git clone https://github.com/teamblueprint/main.git;
|
git clone https://github.com/teamblueprint/main.git;
|
||||||
sed -E -i 's*([(pterodactylmarket_version)])*source*g' main/blueprint.sh;
|
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
cp -R main/* $1/;
|
cp -R main/* $1/;
|
||||||
|
|
Loading…
Reference in a new issue