mirror of
https://github.com/linuxserver/docker-phpmyadmin.git
synced 2026-02-20 08:40:43 +08:00
Consistent comparison brackets
This commit is contained in:
parent
127ec18710
commit
fcf6b03640
@ -5,7 +5,7 @@ mkdir -p \
|
||||
/config/phpmyadmin \
|
||||
/app/www/public/tmp
|
||||
|
||||
if [ ! -f /config/phpmyadmin/config.secret.inc.php ]; then
|
||||
if [[ ! -f /config/phpmyadmin/config.secret.inc.php ]]; then
|
||||
cat >/config/phpmyadmin/config.secret.inc.php <<EOT
|
||||
<?php
|
||||
\$cfg['blowfish_secret'] = '$(tr -dc 'a-zA-Z0-9~!@#$%^&*_()+}{?></";.,[]=-' </dev/urandom | fold -w 32 | head -n 1)';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user