mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update vst-install-rhel.sh
This commit is contained in:
parent
a67674c1f2
commit
891dac76fc
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ if [ "$mysql" = 'yes' ]; then
|
|||
cp -f $vestacp/pma/phpMyAdmin.conf /etc/httpd/conf.d/
|
||||
fi
|
||||
cp -f $vestacp/pma/config.inc.conf /etc/phpMyAdmin/config.inc.php
|
||||
sed -i "s/%blowfish_secret%/$blowfish_secret/g" /etc/phpMyAdmin/config.inc.php
|
||||
sed -i "s#%blowfish_secret#$blowfish_secret#g" /etc/phpMyAdmin/config.inc.php
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue