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 127ec18 commit fcf6b03Copy full SHA for fcf6b03
1 file changed
root/etc/s6-overlay/s6-rc.d/init-phpmyadmin-config/run
@@ -5,7 +5,7 @@ mkdir -p \
5
/config/phpmyadmin \
6
/app/www/public/tmp
7
8
-if [ ! -f /config/phpmyadmin/config.secret.inc.php ]; then
+if [[ ! -f /config/phpmyadmin/config.secret.inc.php ]]; then
9
cat >/config/phpmyadmin/config.secret.inc.php <<EOT
10
<?php
11
\$cfg['blowfish_secret'] = '$(tr -dc 'a-zA-Z0-9~!@#$%^&*_()+}{?></";.,[]=-' </dev/urandom | fold -w 32 | head -n 1)';
0 commit comments