From 5680d85c208def828ebb8d2d0b1c7426b369c262 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 26 Apr 2021 09:13:53 +0300 Subject: [PATCH] Updated Backup (markdown) --- Backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Backup.md b/Backup.md index aded380..1e50dce 100644 --- a/Backup.md +++ b/Backup.md @@ -53,7 +53,7 @@ sudo snap start wekan.wekan ``` Modify snap-settings.sh so that it has commands like: ``` -sudo snap set wekan root-url='http://localhost` +sudo snap set wekan root-url='http://localhost' ``` Set snap-settings.sh executeable: ``` @@ -88,7 +88,7 @@ sudo snap start wekan-gantt-gpl.wekan ``` Modify snap-settings.sh so that it has command like: ``` -sudo snap set wekan-gantt-gpl root-url='http://localhost` +sudo snap set wekan-gantt-gpl root-url='http://localhost' ``` Set snap-settings.sh executeable: ```