#!/bin/bash
# Verifique o caminho correto
cd /var/www/html/controlag

# Inicia a aplicação Node.js
nohup npm start > site.log 2>&1 &
