wok diff ocsinventory-server/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 600aaedb561d
children 970c5ec9a60a
line diff
     1.1 --- a/ocsinventory-server/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.2 +++ b/ocsinventory-server/receipt	Sat Jan 16 10:28:02 2016 +0100
     1.3 @@ -57,7 +57,7 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	if [ -z $1 ]; then
     1.8 +	if [ -z "$1" ]; then
     1.9  		echo "Now you can connect to http://$(hostname)/ocsreports"
    1.10  		# Restart Apache if is running
    1.11  		[ -f /var/run/apache/httpd.pid ] && /etc/init.d/apache reload