Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
add argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Nov 7, 2016
1 parent f8611c4 commit f38b94d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Please note that a preference set by the user has priority over a preference set
After changing config.properties run the following:

wget https://github.com/Zimbra-Community/prop2xml/raw/master/out/artifacts/prop2xml_jar/prop2xml.jar -O /tmp/prop2xml.jar
java -jar /tmp/prop2xml.jar /opt/zimbra/lib/ext/ownCloud/config.properties /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/config_template.xml
java -jar /tmp/prop2xml.jar tk_barrydegraaff_owncloud_zimlet /opt/zimbra/lib/ext/ownCloud/config.properties /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/config_template.xml

### Restart your mailbox to let the extension to be loaded:

Expand Down
2 changes: 1 addition & 1 deletion install-update-zimlet-only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ rm -f /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/tk_barr
rm -f /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/makefile

wget https://github.com/Zimbra-Community/prop2xml/raw/master/out/artifacts/prop2xml_jar/prop2xml.jar -O /tmp/prop2xml.jar
java -jar /tmp/prop2xml.jar /opt/zimbra/lib/ext/ownCloud/config.properties /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/config_template.xml
java -jar /tmp/prop2xml.jar tk_barrydegraaff_owncloud_zimlet /opt/zimbra/lib/ext/ownCloud/config.properties /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/config_template.xml

su zimbra -c "/opt/zimbra/bin/zmprov fc all"
2 changes: 1 addition & 1 deletion webdav-client-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ if [ -f $TMPFOLDER/upgrade/config.properties ]; then
java -jar $TMPFOLDER/upgrade/propmigr.jar $TMPFOLDER/upgrade/config.properties /opt/zimbra/lib/ext/ownCloud/config.properties
echo "Generating config_template.xml"
wget https://github.com/Zimbra-Community/prop2xml/raw/master/out/artifacts/prop2xml_jar/prop2xml.jar
java -jar $TMPFOLDER/upgrade/prop2xml.jar /opt/zimbra/lib/ext/ownCloud/config.properties /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/config_template.xml
java -jar $TMPFOLDER/upgrade/prop2xml.jar tk_barrydegraaff_owncloud_zimlet /opt/zimbra/lib/ext/ownCloud/config.properties /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/config_template.xml
fi

echo "--------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit f38b94d

Please sign in to comment.