mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-05 10:47:59 -05:00
added parameter to davmail.sh script for davmail.properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@129 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
4f7137d38e
commit
1f0d4cdb1d
@ -3,4 +3,4 @@
|
||||
# sudo apt-get install sun-java6-bin
|
||||
# launch davmail :
|
||||
for i in lib/*; do export CLASSPATH=$CLASSPATH:$i; done
|
||||
java -cp davmail.jar:$CLASSPATH davmail.DavGateway
|
||||
java -cp davmail.jar:$CLASSPATH davmail.DavGateway $1
|
||||
|
Loading…
Reference in New Issue
Block a user