vnc-biz / zcs-zmpkg

Package management core for the Zimbra Collaboration Suite
6 stars 3 forks source link

install.sh wrong call #3

Closed adriangibanelbtactic closed 11 years ago

adriangibanelbtactic commented 11 years ago

In the documentation you say ro run:

'''./install.sh zimbra:zimbra /opt/zimbra'''

but it has given me an error. After examining the install.sh code I think what needs to be run is:

'''./install.sh /opt/zimbra'''

because the zimbra path is expected as first argument and because zimbra user and group are hardcoded in the script.

So documentation needs to be updated.

metux commented 11 years ago

fixed in master.

adriangibanelbtactic commented 11 years ago

There's still one:

./install.sh zimbra:zimbra /opt/zimbra

in: https://github.com/vnc-biz/zcs-zmpkg/blob/master/README.textile .

metux commented 11 years ago

Ups, the readme was quite crappy, lots of things duplicated and inconsistent.

Fixed that. Feel free to check and provide feedback.