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 39bbc96 commit f930326Copy full SHA for f930326
phpmyadmin/rootfs/etc/cont-init.d/phpmyadmin.sh
@@ -9,7 +9,7 @@ declare port
9
declare username
10
declare database
11
12
-if [ ! -f /data/config.secret.inc.php ]; then
+if ! bashio::fs.file_exists "/data/config.secret.inc.php"; then
13
cat > /data/config.secret.inc.php <<EOT
14
<?php
15
\$cfg['blowfish_secret'] = '$(tr -dc 'a-zA-Z0-9~!@#$%^&*_()+}{?></";.,[]=-' < /dev/urandom | fold -w 32 | head -n 1)';
0 commit comments