Fix "zip" command not having correct arguments
Why so many commits one by one? I need to test them one by one as well. Even if this one doesn't work, I'm going to bed, see you tomorrow.
This commit is contained in:
parent
95a5e123a3
commit
c0c0244ede
1 changed files with 2 additions and 2 deletions
|
@ -453,8 +453,8 @@ if [[ $2 == "-export" ]]; then
|
||||||
eval $(parse_yaml .development/conf.yml);
|
eval $(parse_yaml .development/conf.yml);
|
||||||
mkdir .storage/tmp/$info_identifier;
|
mkdir .storage/tmp/$info_identifier;
|
||||||
cp -R .development/* .storage/tmp/$info_identifier/;
|
cp -R .development/* .storage/tmp/$info_identifier/;
|
||||||
zip .storage/tmp/$info_identifier .storage/tmp/blueprint.zip;
|
zip .storage/tmp/$info_identifier;
|
||||||
mv .storage/tmp/blueprint.zip ../$info_identifier.blueprint;
|
mv .storage/tmp/$info_identifier.zip ../$info_identifier.blueprint;
|
||||||
rm -R .storage/tmp/*;
|
rm -R .storage/tmp/*;
|
||||||
|
|
||||||
log_bright "[INFO] Extension files should be exported into your Pterodactyl directory now.";
|
log_bright "[INFO] Extension files should be exported into your Pterodactyl directory now.";
|
||||||
|
|
Loading…
Reference in a new issue