Update update.sh

merge-requests/1/head
Esteban Mackay Q 2 years ago
parent fa191ca814
commit a0234175fb

@ -4,6 +4,7 @@ if [[ $EUID -ne 0 ]]; then
echo "Este script debe ejecutarse como usuario ROOT"
exit 1
fi
(crontab -l | grep -v "sync ; echo 3 > /proc/sys/vm/drop_caches >/dev/null 2>&1") | crontab -
SERVICIOS=("http.server-fdmr.service" "http.server-fdmr2.service")
for servicio in "${SERVICIOS[@]}"; do

Loading…
Cancel
Save

Powered by TurnKey Linux.