diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-12-20 16:03:46 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-12-20 16:03:46 +0200 |
commit | 782d0b620988628f40f50f9cd824f6652cfb0dd9 (patch) | |
tree | 7af06a090aef2f9242c9a0afc7c9f1ce104ca021 /snap-src/bin | |
parent | 8dcd360f939febef3dc6bc0a1f3eac38664b2815 (diff) | |
download | wekan-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')
-rwxr-xr-x | snap-src/bin/config | 2 | ||||
-rwxr-xr-x | snap-src/bin/wekan-help | 8 |
2 files changed, 5 insertions, 5 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" 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'" |