mirror of
https://github.com/manualdousuario/marreta.git
synced 2026-05-02 13:30:15 +00:00
função de limpeza de cache
This commit is contained in:
parent
91176050c0
commit
5ca8403afc
3 changed files with 166 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue