clean scripts, no longer need preamble
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## MySQL
|
||||
debconf-set-selections <<< 'mariadb-server mariadb-server/root_password password dummy'
|
||||
debconf-set-selections <<< 'mariadb-server mariadbql-server/root_password_again password dummy'
|
||||
@@ -21,4 +16,4 @@ tee -a $MYSQL_CONFIG <<EOF
|
||||
|
||||
[mysqld]
|
||||
skip-grant-tables
|
||||
EOF
|
||||
EOF
|
||||
Reference in New Issue
Block a user