Silenced output

This commit is contained in:
b.waal
2020-04-23 13:12:14 +02:00
parent 860e298ff9
commit 5ebb0d8741

View File

@@ -34,7 +34,7 @@ if [ $PHPMyadmin = 1 ]; then
blowsec=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
echo -e "<?php\n\n\$cfg['blowfish_secret'] = '$blowsec';\n\n?>" >> /var/lib/phpmyadmin/blowfish_secret.inc.php
mysql -u root --password="$password" < /usr/share/phpmyadmin/sql/create_tables.sql
mysql -u root --password="$password" < /usr/share/phpmyadmin/sql/create_tables.sql > $OUTPUT 2>&1
fi