mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Merge pull request #252 from danny6167/patch-1
Remove --strip-components=1 from tar command in upgrade guide
This commit is contained in:
commit
5d72a3f176
@ -33,7 +33,7 @@ curl -L -o panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v
|
||||
rm -rf $(find app public resources -depth | head -n -1 | grep -Fv "$(tar -tf panel.tar.gz)")
|
||||
|
||||
# Download the updated files and delete the archive file.
|
||||
tar --strip-components=1 -xzvf panel.tar.gz && rm -rf panel.tar.gz
|
||||
tar -xzvf panel.tar.gz && rm -rf panel.tar.gz
|
||||
```
|
||||
|
||||
Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user