Skip to content

Commit 35abac9

Browse files
Trailing spaces
1 parent 4fd497b commit 35abac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22
if [ ! -f /usr/share/nginx/www/wp-config.php ]; then
33
#mysql has to be started this way as it doesn't work to call from /etc/init.d
4-
/usr/bin/mysqld_safe &
4+
/usr/bin/mysqld_safe &
55
sleep 10s
66
# Here we generate random passwords (thank you pwgen!). The first two are for mysql users, the last batch for random keys in wp-config.php
77
WORDPRESS_DB="wordpress"
88
MYSQL_PASSWORD=`pwgen -c -n -1 12`
99
WORDPRESS_PASSWORD=`pwgen -c -n -1 12`
10-
#This is so the passwords show up in logs.
10+
#This is so the passwords show up in logs.
1111
echo mysql root password: $MYSQL_PASSWORD
1212
echo wordpress password: $WORDPRESS_PASSWORD
1313
echo $MYSQL_PASSWORD > /mysql-root-pw.txt

0 commit comments

Comments
 (0)