#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-378ad31fedc9
remotes/github/master
ramon 2012-09-26 09:17:35 +00:00
parent dcba1200fe
commit e188486f44
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ ogUpdateInitrd ()
cd /; umount /tmp/cache
[ "$DOREBOOT" == "true" ] && busybox reboot -f
[ "$DOREBOOT" == "true" ] && reboot -f
}