função de limpeza de cache

This commit is contained in:
Renan Bernordi 2025-02-28 17:15:10 -03:00
parent 91176050c0
commit 5ca8403afc
3 changed files with 166 additions and 45 deletions

View file

@ -109,6 +109,11 @@ nginx -g "daemon off;" &
sleep 3
check_nginx
# Starting Cron
log_info "Starting Cron..."
service cron restart
log_success "Cron started"
echo -e "\n${GREEN}=== Marreta initialized ===${NC}\n"
# Wait for any process to exit