diff options
author | ramon <ramongomez@us.es> | 2016-06-06 10:46:04 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-06-06 10:46:04 +0000 |
commit | 7bb2f3f7cc3eb3de16c0fec75e23ff91fb9f3942 (patch) | |
tree | 5f45bbf0afbe22a05f6a9f58f8c5325abf9fa392 /client/shared/scripts/reboot | |
parent | 5bc8d01c483d81c4b18a6eee558c6df34ce3cc42 (diff) |
#726: Incluir variable {{{NODEBUGFUNCTIONS}}} en fichero {{{engine.cfg}}} con la lista de funciones que no muestran errores ni avisos si son llamadas desde scripts y funciones; modificar función {{{ogRaiseError}}} para aplicar este cambio; revertir modificaciones que ya no son necesarios en algunos scripts.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4956 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/scripts/reboot')
-rwxr-xr-x | client/shared/scripts/reboot | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/shared/scripts/reboot b/client/shared/scripts/reboot index 0cd97330..0c042f64 100755 --- a/client/shared/scripts/reboot +++ b/client/shared/scripts/reboot @@ -22,9 +22,6 @@ else echo "[5] No se ha introducido un retardo, $TIME segundos para reiniciar" fi -# No registrar errores. -export DEBUG="no" - # Desmontar los sistemas de archivos y la caché local. echo "[10] Desmontar todos los sistemas de archivos." sync @@ -34,9 +31,6 @@ done echo "[50] Desmontar cache local." ogUnmountCache &>/dev/null -# Volver a registrar errores. -unset DEBUG - echo "[90] Reiniciar el equipo." # Estado correcto de Wake-On-Lan antes de reiniciar. ethtool -s $DEVICE wol g 2>/dev/null |