Skip to content

Commit 39bbc96

Browse files
committed
🚑 Fix permissions of blowfish secret
1 parent 40ff533 commit 39bbc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyadmin/rootfs/etc/cont-init.d/phpmyadmin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ ! -f /data/config.secret.inc.php ]; then
1515
\$cfg['blowfish_secret'] = '$(tr -dc 'a-zA-Z0-9~!@#$%^&*_()+}{?></";.,[]=-' < /dev/urandom | fold -w 32 | head -n 1)';
1616
EOT
1717
fi
18-
chmod 640 /data/config.secret.inc.php
18+
chmod 644 /data/config.secret.inc.php
1919

2020
host=$(bashio::services "mysql" "host")
2121
password=$(bashio::services "mysql" "password")

0 commit comments

Comments
 (0)