gunnar: server install-kolab.sh,1.4,1.5

cvs at kolab.org cvs at kolab.org
Fri Aug 3 13:52:01 CEST 2007


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv24705

Modified Files:
	install-kolab.sh 
Log Message:
Forgot to add the H flag to the getops call.

Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- install-kolab.sh	3 Aug 2007 11:40:04 -0000	1.4
+++ install-kolab.sh	3 Aug 2007 11:51:59 -0000	1.5
@@ -53,7 +53,7 @@
 	exit 1
 }
 
-while getopts hcBDSEFi:V:p:I:u:t: ARGS; do
+while getopts hcBDSEFHi:V:p:I:u:t: ARGS; do
    case $ARGS in
       h) # Display help
          usage





More information about the commits mailing list