Silenced output
This commit is contained in:
2
conf.sh
2
conf.sh
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user