1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

Fix wording

This commit is contained in:
downtownallday 2020-06-19 18:05:57 -04:00
parent 5aa3a6fd5d
commit 25f5690655
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ To integrate Mail-in-a-Box w/LDAP (MiaB-LDAP) with Nextcloud, changes must be ma
Enable the setup mod `remote-nextcloud.sh` by creating the directory `local` in the directory where mailinabox is installed (usually $HOME/mailinabox), then creat a symbolic link to remote-nextcloud.sh. e.g. run this command from the mailinabox directory: `mkdir -p local; ln -s ../setup/mods.available/remote-nextcloud.sh local/remote-nextcloud.sh`. *During setup you will be prompted for the hostname and web prefix of your remote Nextcloud box.*
The setup mod will configure Roundcube and Z-Push (ActiveSync) to use the remote Nextcloud for contacts and calendar instead of the local Nextcloud, which will be disabled (browsing to /cloud will fail).
The setup mod will configure Roundcube and Z-Push (ActiveSync) to use the remote Nextcloud for contacts and calendar instead of the local Nextcloud, which will be disabled (browsing to /cloud will fail). Old contacts will still be available in Roundcube, but read-only. Users can drag them into the remote Nextcloud.
**On the remote Nextcloud**

View File

@ -15,7 +15,7 @@ installed_state_capture() {
local state_dir="$1"
local info="$state_dir/info.txt"
H1 "Capture installed estate to $state_dir"
H1 "Capture installed state to $state_dir"
# nuke saved state, if any
rm -rf "$state_dir"