File tree Expand file tree Collapse file tree 7 files changed +2
-12
lines changed
Expand file tree Collapse file tree 7 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1010# Changed some lines to fit to Hestia Configuration.
1111#
1212
13- hestiacp=$1
14-
1513PASS=` cat /dev/urandom | tr -dc ' a-zA-Z0-9' | fold -w ${1:- 32} | head -c 32 ; echo`
1614echo " PMA Password = $PASS " ;
1715
Original file line number Diff line number Diff line change 1010# Changed some lines to fit to Hestia Configuration.
1111#
1212
13- hestiacp=$1
14-
1513PASS=` cat /dev/urandom | tr -dc ' a-zA-Z0-9' | fold -w ${1:- 32} | head -c 32 ; echo`
1614echo " PMA Password = $PASS " ;
1715
Original file line number Diff line number Diff line change 13271327# Special thanks to Pavel Galkin (https://skurudo.ru)
13281328# https://github.com/skurudo/phpmyadmin-fixer
13291329
1330- bash $hestiacp /phpmyadmin/pma.sh $hestiacp
1330+ source $hestiacp /phpmyadmin/pma.sh
13311331
13321332# ----------------------------------------------------------#
13331333# Configure Admin User #
Original file line number Diff line number Diff line change 12991299# Special thanks to Pavel Galkin (https://skurudo.ru)
13001300# https://github.com/skurudo/phpmyadmin-fixer
13011301
1302- bash $hestiacp /phpmyadmin/pma.sh $hestiacp
1302+ source $hestiacp /phpmyadmin/pma.sh
13031303
13041304
13051305# ----------------------------------------------------------#
Original file line number Diff line number Diff line change 1010# Changed some lines to fit to Hestia Configuration.
1111#
1212
13- hestiacp=$1
14-
1513PASS=` cat /dev/urandom | tr -dc ' a-zA-Z0-9' | fold -w ${1:- 32} | head -c 32 ; echo`
1614echo " PMA Password = $PASS " ;
1715
Original file line number Diff line number Diff line change 1010# Changed some lines to fit to Hestia Configuration.
1111#
1212
13- hestiacp=$1
14-
1513PASS=` cat /dev/urandom | tr -dc ' a-zA-Z0-9' | fold -w ${1:- 32} | head -c 32 ; echo`
1614echo " PMA Password = $PASS " ;
1715
Original file line number Diff line number Diff line change 1010# Changed some lines to fit to Hestia Configuration.
1111#
1212
13- hestiacp=$1
14-
1513PASS=` cat /dev/urandom | tr -dc ' a-zA-Z0-9' | fold -w ${1:- 32} | head -c 32 ; echo`
1614echo " PMA Password = $PASS " ;
1715
You can’t perform that action at this time.
0 commit comments