We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9445ce1 commit df18535Copy full SHA for df18535
1 file changed
install/upgrade/versions/1.6.0.sh
@@ -97,7 +97,7 @@ fi
97
98
if [ -d /etc/phpmyadmin/conf.d ]; then
99
for file in /etc/phpmyadmin/conf.d/*; do
100
- if [ -z $(cat $file | grep 'information_schema') ]; then
+ if [ -z "$(grep -i 'information_schema' $file)" ]; then
101
echo "[ * ] Update phpMyAdmin server configuration"
102
echo "\$cfg['Servers'][\$i]['hide_db'] = 'information_schema';" >> $file
103
fi
0 commit comments