From 782d0b620988628f40f50f9cd824f6652cfb0dd9 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 20 Dec 2019 16:03:46 +0200 Subject: Upgrade to Meteor 1.8.3 and Node 8.17.0. Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 ! --- snap-src/bin/config | 2 +- snap-src/bin/wekan-help | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'snap-src') 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" diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index 6df3a1b4..1dc952b2 100755 --- a/snap-src/bin/wekan-help +++ b/snap-src/bin/wekan-help @@ -295,10 +295,10 @@ echo -e "If the sync of the users should be done in the background:" echo -e "\t$ snap set $SNAP_NAME ldap-background-sync='true'" echo -e "\n" echo -e "Ldap Background Sync Interval." -echo -e "At which interval does the background task sync in milliseconds." -echo -e "Leave this unset, so it uses default, and does not crash." -echo -e "https://github.com/wekan/wekan/issues/2354#issuecomment-515305722" -echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-interval=''" +echo -e "At which interval does the background task sync." +echo -e "The format must be as specified in: https://bunkat.github.io/later/parsers.html#text" +echo -e "Default is empty '' that is same as 'every 1 hour'" +echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-interval='every 1 hour'" echo -e "\n" echo -e "Ldap Background Sync Keep Existant Users Updated." echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-keep-existant-users-updated='true'" -- cgit v1.2.3-1-g7c22