Well that was backwards

This commit is contained in:
DaneEveritt 2022-05-14 13:10:12 -04:00
parent 603ac899a4
commit d394002abe
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -26,7 +26,7 @@ if [ -d "/etc/certs" ]; then
fi
cd /var/www/html || exit 1
sudo chown -R www-data:pterodactyl storage
sudo chown -R pterodactyl:www-data storage
sudo chmod -R 777 storage/* bootstrap/cache
if [ $# -gt 0 ]; then