summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-06 22:02:23 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-06 22:02:23 +0300
commitbb4fde63743e78ae6cc6e7c083fa978d6de60a18 (patch)
tree98294919bf47a8b51a15cfdbd492b19e8fe56d6a /snap-src/bin/wekan-help
parent74a4b28313e9cfedcb927e4496c0dd3800b1e6f9 (diff)
downloadwekan-bb4fde63743e78ae6cc6e7c083fa978d6de60a18.tar.gz
wekan-bb4fde63743e78ae6cc6e7c083fa978d6de60a18.tar.bz2
wekan-bb4fde63743e78ae6cc6e7c083fa978d6de60a18.zip
Try to fix Snap MongoDB.
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help5
1 files changed, 5 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index faa56f65..c662bf7e 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -15,6 +15,11 @@ echo -e "\t$ snap set $SNAP_NAME debug='true'"
echo -e "\t-Disable the Debug of Wekan:"
echo -e "\t$ snap set $SNAP_NAME debug='false'"
echo -e "\n"
+echo -e "To enable the MONGO_URL of Wekan:"
+echo -e "\t$ snap set $SNAP_NAME mongo-url='...'"
+echo -e "\t-Disable the MONGO_URL of Wekan:"
+echo -e "\t$ snap set $SNAP_NAME mongo-url=''"
+echo -e "\n"
echo -e "Make sure you have connected all interfaces, check more by calling $ snap interfaces ${SNAP_NAME}"
echo -e "\n"
echo -e "${SNAP_NAME} has multiple services, to check status use systemctl"