We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2984c76 commit 2a37d1bCopy full SHA for 2a37d1b
bin/v-add-sys-pma-sso
@@ -76,6 +76,7 @@ apikey=$($BIN/v-generate-api-key);
76
# copy config dir to /usr/share/phpmyadmin/
77
cp -f $HESTIA_INSTALL_DIR/phpmyadmin/hestia-sso.php $PMA_INSTALL/hestia-sso.php
78
chmod 640 $PMA_INSTALL/hestia-sso.php
79
+chown root:www-data $PMA_INSTALL/hestia-sso.php
80
81
sed -i "s/%PHPMYADMIN_KEY%/$phpmyadminkey/g" $PMA_INSTALL/hestia-sso.php
82
sed -i "s/%API_KEY%/$apikey/g" $PMA_INSTALL/hestia-sso.php
0 commit comments