wok diff openerp-server/receipt @ rev 24920

updated mp (5.2.10 -> 5.58)
author Hans-G?nter Theisgen
date Sun Apr 10 07:48:27 2022 +0100 (2022-04-10)
parents 16df76e1fc6a
children 505d1daeed6c
line diff
     1.1 --- a/openerp-server/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/openerp-server/receipt	Sun Apr 10 07:48:27 2022 +0100
     1.3 @@ -36,8 +36,8 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	#chroot $1/ adduser -H -D -S -s /bin/false -h /dev/null -g "OpenERP Daemon user" openerp
     1.8 -	[ -z "$1" ] && /etc/init.d/$PACKAGE start
     1.9 +	#chroot "$1/" adduser -H -D -S -s /bin/false -h /dev/null -g "OpenERP Daemon user" openerp
    1.10 +	[ "$1" ] || /etc/init.d/$PACKAGE start
    1.11  	cat <<EOF
    1.12  ----
    1.13  To start $PACKAGE server you can run :