#554: Preparar la generación de un nuevo cliente eliminando la llamada a Busybox en el reinicio del ogClient
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3289 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
dcba1200fe
commit
e188486f44
|
@ -289,7 +289,7 @@ ogUpdateInitrd ()
|
|||
|
||||
cd /; umount /tmp/cache
|
||||
|
||||
[ "$DOREBOOT" == "true" ] && busybox reboot -f
|
||||
[ "$DOREBOOT" == "true" ] && reboot -f
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue