mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21:33 -05:00
Fixed typo
This commit is contained in:
parent
7123af6865
commit
4f5747befe
@ -779,7 +779,7 @@ EOF
|
||||
chmod 644 /etc/phpMyAdmin/config.inc.php
|
||||
chown -R nginx:nginx /var/www/pterodactyl
|
||||
chown -R nginx:nginx /var/lib/phpMyAdmin/temp
|
||||
if [ "$lsb_dist" = "ubuntu" ] || [ "$lsb_dist" = "debian" ]; then
|
||||
elif [ "$lsb_dist" = "ubuntu" ] || [ "$lsb_dist" = "debian" ]; then
|
||||
bash -c 'cat > /etc/phpmyadmin/config.inc.php' <<EOF
|
||||
<?php
|
||||
/* Servers configuration */
|
||||
|
Loading…
Reference in New Issue
Block a user