This commit is contained in:
MickLesk 2026-02-22 14:09:38 +01:00
parent 9e825a8200
commit 1d0586314f

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/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 # Copyright (c) 2021-2026 community-scripts ORG
# Author: pespinel # 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/ # Source: https://strapi.io/
APP="Strapi" APP="Strapi"
@ -47,8 +47,7 @@ function update_script() {
msg_info "Starting Strapi" msg_info "Starting Strapi"
systemctl start strapi systemctl start strapi
msg_ok "Started Strapi" msg_ok "Started Strapi"
msg_ok "Updated successfully!"
msg_ok "Updatec successfully!"
exit exit
} }