diff options
Diffstat (limited to 'client/shared/scripts/reboot')
-rwxr-xr-x | client/shared/scripts/reboot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/shared/scripts/reboot b/client/shared/scripts/reboot index 30362cc7..4bd9b34c 100755 --- a/client/shared/scripts/reboot +++ b/client/shared/scripts/reboot @@ -44,6 +44,8 @@ ethtool -s $DEVICE wol g 2>/dev/null BUSYBOX=$(which busyboxOLD) BUSYBOX=${BUSYBOX:-"busybox"} +# Retardo para dar lugar al registro en cola de acciones. +sleep $TIME # Parar agente y Browser. ogagent stop &>/dev/null pkill -9 browser |