|
@@ -8,15 +8,10 @@ if [ "$CADDY_ENABLED" = "true" ]; then
|
|
|
fi
|
|
|
|
|
|
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 "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/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"
|
|
|
-echo -e "\t$ sudo systemctl status/start/stop/restart snap.$SNAP_NAME.wekan"
|
|
|
-echo -e "Optional caddy service"
|
|
|
-echo -e "\t$ sudo systemctl status/start/stop/restart snap.$SNAP_NAME.caddy"
|
|
|
+echo -e "${SNAP_NAME} has multiple services, to check status use systemctl"
|
|
|
+echo -e "\t$ systemctl status snap.$SNAP_NAME.*"
|
|
|
echo -e "\n"
|
|
|
echo -e "To make backup of wekan's database use: $ ${SNAP_NAME}.database-backup [backup file]"
|
|
|
echo -e "\t backup file is optional parameter, if not passed backup is created in directory:"
|