summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/config
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-20 16:03:46 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-20 16:03:46 +0200
commit782d0b620988628f40f50f9cd824f6652cfb0dd9 (patch)
tree7af06a090aef2f9242c9a0afc7c9f1ce104ca021 /snap-src/bin/config
parent8dcd360f939febef3dc6bc0a1f3eac38664b2815 (diff)
downloadwekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.tar.gz
wekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.tar.bz2
wekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.zip
Upgrade to Meteor 1.8.3 and Node 8.17.0.
Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 !
Diffstat (limited to 'snap-src/bin/config')
-rwxr-xr-xsnap-src/bin/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config
index 21e2608d..8f1bfabd 100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
@@ -278,7 +278,7 @@ DESCRIPTION_LDAP_BACKGROUND_SYNC="If the sync of the users should be done in the
DEFAULT_LDAP_BACKGROUND_SYNC="false"
KEY_LDAP_BACKGROUND_SYNC="ldap-background-sync"
-DESCRIPTION_LDAP_BACKGROUND_SYNC_INTERVAL="At which interval does the background task sync in milliseconds"
+DESCRIPTION_LDAP_BACKGROUND_SYNC_INTERVAL="At which interval does the background task sync"
DEFAULT_LDAP_BACKGROUND_SYNC_INTERVAL=""
KEY_LDAP_BACKGROUND_SYNC_INTERVAL="ldap-background-sync-interval"