Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Zimbra multi-server & config WebDAV #1

Open
wants to merge 1 commit into
base: authToken
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions webdav-client-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [[ "$YNZIMLETDEV" == 'N' || "$YNZIMLETDEV" == 'n' ]];
then
echo "Not touching COS per user request."
else
su - zimbra -c "zmzimletctl undeploy tk_barrydegraaff_owncloud_zimlet"
su - zimbra -c "zmzimletctl -l undeploy tk_barrydegraaff_owncloud_zimlet"
fi

TMPFOLDER="$(mktemp -d /tmp/webdav-client-installer.XXXXXXXX)"
Expand Down Expand Up @@ -129,16 +129,16 @@ cp urlrewritefilter-4.0.3.jar /opt/zimbra/lib/ext/ownCloud/
# Here we set the template for config.properties, if upgrading we alter it further down
echo "allowdomains=*
disable_password_storing=false
owncloud_zimlet_server_name=
owncloud_zimlet_server_port=
owncloud_zimlet_server_path=/owncloud/remote.php/webdav/
owncloud_zimlet_oc_folder=/owncloud
owncloud_zimlet_server_name=https\://idrive.sungroup.com.vn
owncloud_zimlet_server_port=443
owncloud_zimlet_server_path=/remote.php/webdav/
owncloud_zimlet_oc_folder=
owncloud_zimlet_default_folder=
owncloud_zimlet_ask_folder_each_time=false
owncloud_zimlet_disable_rename_delete_new_folder=false
owncloud_zimlet_extra_toolbar_button_title=Open ownCloud tab
owncloud_zimlet_extra_toolbar_button_url=/owncloud
owncloud_zimlet_app_title=WebDAV
owncloud_zimlet_app_title=OwnCloud
owncloud_zimlet_max_upload_size=104857600
owncloud_zimlet_preview_delay=200
owncloud_zimlet_use_numbers=false
Expand Down