fix permissions

This commit is contained in:
CrazyWolf13
2025-05-05 20:42:39 +02:00
parent 2272827f1a
commit 3b306f8c77
2 changed files with 3 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ function update_script() {
cd /opt/"${APPLICATION}"/frontend/src
$STD yarn install
$STD yarn build
chmod +x /opt/"${APPLICATION}"/start.sh
msg_ok "Updated $APP to v${RELEASE}"
msg_info "Starting $APP"