From 9e825a8200e95c50910240652852d3f1583e95a5 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 22 Feb 2026 14:09:05 +0100 Subject: [PATCH] fix --- ct/strapi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/strapi.sh b/ct/strapi.sh index f7aab5ba5..598de7100 100755 --- a/ct/strapi.sh +++ b/ct/strapi.sh @@ -48,7 +48,7 @@ function update_script() { systemctl start strapi msg_ok "Started Strapi" - msg_ok "Update completed successfully!" + msg_ok "Updatec successfully!" exit }