wok diff wordpress/receipt @ rev 18820

syslinux/iso2exe.sh: -f should keep flavor info
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 16 10:28:02 2016 +0100 (2016-01-16)
parents 2a21689b0af7
children 970c5ec9a60a
line diff
     1.1 --- a/wordpress/receipt	Thu Oct 03 09:52:57 2013 +0000
     1.2 +++ b/wordpress/receipt	Sat Jan 16 10:28:02 2016 +0100
     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