From 30133c237d04f856f26264925a1eaebe48b8579d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20P=C3=A9rennou=20=28Viveris=20Technologie=29?= Date: Fri, 20 Jun 2014 16:37:12 +0200 Subject: [PATCH] Fix directory path --- install/bios/+init.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install/bios/+init.sh b/install/bios/+init.sh index 0f588f3..0ed214f 100755 --- a/install/bios/+init.sh +++ b/install/bios/+init.sh @@ -1,4 +1,5 @@ #!/bin/sh - -./update_bios_cfg.sh -y -Y -reboot +mydir=$(dirname $0) +$mydir/update_bios_cfg.sh -Y -y +sleep 10 +reboot -f -- 2.30.2