From c8371d71dc398a21873f99c4885ae76fe2315739 Mon Sep 17 00:00:00 2001 From: Bram Suurd Date: Sun, 4 Feb 2024 22:36:41 +0100 Subject: [PATCH] Add Watchtower installation and display success message --- install/memos-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/memos-install.sh b/install/memos-install.sh index f376e4ab..659c6fc3 100644 --- a/install/memos-install.sh +++ b/install/memos-install.sh @@ -51,6 +51,8 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then --restart unless-stopped \ -v /var/run/docker.sock:/var/run/docker.sock \ containrrr/watchtower + msg_ok "Installed Watchtower" +fi motd_ssh customize