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 40ff533 commit 39bbc96Copy full SHA for 39bbc96
phpmyadmin/rootfs/etc/cont-init.d/phpmyadmin.sh
@@ -15,7 +15,7 @@ if [ ! -f /data/config.secret.inc.php ]; then
15
\$cfg['blowfish_secret'] = '$(tr -dc 'a-zA-Z0-9~!@#$%^&*_()+}{?></";.,[]=-' < /dev/urandom | fold -w 32 | head -n 1)';
16
EOT
17
fi
18
-chmod 640 /data/config.secret.inc.php
+chmod 644 /data/config.secret.inc.php
19
20
host=$(bashio::services "mysql" "host")
21
password=$(bashio::services "mysql" "password")
0 commit comments