From 1d0586314feedcef60dde878f31c6dcb872714f4 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 22 Feb 2026 14:09:38 +0100 Subject: [PATCH] url --- ct/strapi.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ct/strapi.sh b/ct/strapi.sh index 598de7100..55c8b516b 100755 --- a/ct/strapi.sh +++ b/ct/strapi.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: pespinel -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://strapi.io/ APP="Strapi" @@ -47,8 +47,7 @@ function update_script() { msg_info "Starting Strapi" systemctl start strapi msg_ok "Started Strapi" - - msg_ok "Updatec successfully!" + msg_ok "Updated successfully!" exit }