wok diff openerp-server/receipt @ rev 24981
Up pce (20220220-991c55d9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 08 10:57:53 2022 +0000 (2022-05-08) |
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 May 08 10:57:53 2022 +0000 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 :