mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-09 05:01:33 -05:00
Update install.sh
This commit is contained in:
parent
129e02c07c
commit
8a604df425
@ -734,7 +734,7 @@ install_phpmyadmin(){
|
|||||||
cd /var/www/pterodactyl/public/phpmyadmin || exit
|
cd /var/www/pterodactyl/public/phpmyadmin || exit
|
||||||
SERVER_IP=$(dig +short myip.opendns.com @resolver1.opendns.com -4)
|
SERVER_IP=$(dig +short myip.opendns.com @resolver1.opendns.com -4)
|
||||||
BOWFISH=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 34 | head -n 1`
|
BOWFISH=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 34 | head -n 1`
|
||||||
bash -c 'cat > /var/www/pterodactyl/public/phpmyadmin/config.inc.php' <<EOF
|
bash -c 'cat > /var/www/pterodactyl/public/phpMyAdmin/config.inc.php' <<EOF
|
||||||
<?php
|
<?php
|
||||||
/* Servers configuration */
|
/* Servers configuration */
|
||||||
\$i = 0;
|
\$i = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user