diff options
author | jm.bardallo <juanmanuel.bardallo@sic.uhu.es> | 2019-05-27 14:00:04 +0200 |
---|---|---|
committer | jm.bardallo <juanmanuel.bardallo@sic.uhu.es> | 2019-05-27 14:00:04 +0200 |
commit | 09120935ac33f613c2f733d41af8213048e3bd27 (patch) | |
tree | 05a8f52d711ac25a2ba9760926e1f02ecf69e84f /client/shared/scripts/reboot | |
parent | 588700ab60d54da52d51a0a415b9725128635622 (diff) | |
parent | ae36b2ec3cb1fa2a2915b17255a5412f1e5ddf90 (diff) |
Merge remote-tracking branch 'origin/webconsole3' into webconsole3
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 |