wok diff wordpress/receipt @ rev 19161

Typos in "daemon"...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 27 01:40:23 2016 +0300 (2016-05-27)
parents 2a21689b0af7
children 970c5ec9a60a
line diff
     1.1 --- a/wordpress/receipt	Thu Oct 03 09:52:57 2013 +0000
     1.2 +++ b/wordpress/receipt	Fri May 27 01:40:23 2016 +0300
     1.3 @@ -28,7 +28,7 @@
     1.4  	local db_password=wordpress
     1.5  	
     1.6  	# Minimal config for wordpress.
     1.7 -	if [ -z $1 ]; then
     1.8 +	if [ -z "$1" ]; then
     1.9  		if ( ! mysqladmin -s ping > /dev/null ); then
    1.10  			echo "Starting MySQL server"
    1.11  			( /etc/init.d/mysql start ; status  ) || exit 
    1.12 @@ -56,7 +56,7 @@
    1.13  	local db_user=wordpress
    1.14  	local db_password=wordpress
    1.15  	
    1.16 -	if [ -z $1 ]; then
    1.17 +	if [ -z "$1" ]; then
    1.18  		echo -n "Would you like to remove data and database files.(y/n) "
    1.19  		read answer
    1.20