From 07fc296762275b911d9b24e8f9046f22c18f7074 Mon Sep 17 00:00:00 2001 From: Ondrej Kubik Date: Fri, 9 Feb 2018 02:19:12 +0000 Subject: Cleaning snapctl usage Signed-off-by: Ondrej Kubik --- snap-src/bin/wekan-help | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'snap-src/bin/wekan-help') diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index 36854ddb..14702d9a 100755 --- a/snap-src/bin/wekan-help +++ b/snap-src/bin/wekan-help @@ -1,11 +1,12 @@ #!/bin/bash -source $SNAP/bin/config &>/dev/null +# first read settings +source $SNAP/bin/wekan-read-settings &>/dev/null echo -e "Wekan: The open-source Trello-like kanban.\n" echo -e "Make sure you have connected all interfaces, check more by calling $ snap interfaces" echo -e "\n" -echo -e "${SNAP_NAME} has two services, to check status/restart/stop use systemd commands" +echo -e "${SNAP_NAME} has multiple services, to check status/restart/stop use systemctl" echo -e "mongodb service:" echo -e "\t$ sudo systemctl status/start/stop/restart snap.$SNAP_NAME.mongodb" echo -e "wekan service" -- cgit v1.2.3-1-g7c22