Skip to content

Commit fcf6b03

Browse files
committed
Consistent comparison brackets
1 parent 127ec18 commit fcf6b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/init-phpmyadmin-config

root/etc/s6-overlay/s6-rc.d/init-phpmyadmin-config/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir -p \
55
/config/phpmyadmin \
66
/app/www/public/tmp
77

8-
if [ ! -f /config/phpmyadmin/config.secret.inc.php ]; then
8+
if [[ ! -f /config/phpmyadmin/config.secret.inc.php ]]; then
99
cat >/config/phpmyadmin/config.secret.inc.php <<EOT
1010
<?php
1111
\$cfg['blowfish_secret'] = '$(tr -dc 'a-zA-Z0-9~!@#$%^&*_()+}{?></";.,[]=-' </dev/urandom | fold -w 32 | head -n 1)';

0 commit comments

Comments
 (0)