Apply suggestions from code review

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Pablo Espinel
2026-02-17 16:51:34 +01:00
committed by GitHub
parent 94d050315f
commit 6e5e10a81e
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ function update_script() {
NODE_VERSION="20" setup_nodejs
msg_info "Updating ${APP} LXC"
cd /opt/strapi || exit
cd /opt/strapi
$STD npm run build
systemctl restart strapi
msg_ok "Updated successfully!"