From d6d4369076c84491bcb1a85523c4153ec4a27663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 1 Nov 2025 18:40:59 +0100 Subject: [PATCH] Update pangolin-install.sh --- install/pangolin-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/pangolin-install.sh b/install/pangolin-install.sh index 2936394b7..19a246f00 100644 --- a/install/pangolin-install.sh +++ b/install/pangolin-install.sh @@ -99,7 +99,7 @@ EOF systemctl enable -q --now pangolin msg_ok "Created pangolin Service" -msg_info "Setting up gerbil" +msg_info "Setting up gerbil Service" mkdir -p /var/config cat </etc/systemd/system/gerbil.service [Unit] @@ -118,7 +118,7 @@ RestartSec=10 WantedBy=multi-user.target EOF systemctl enable -q --now gerbil -msg_ok "Set up gerbil" +msg_ok "Set up gerbil Service" motd_ssh customize