Fix directory path
authorThomas Pérennou (Viveris Technologie) <thomas.perennou@external.thalesgroup.com>
Fri, 20 Jun 2014 14:37:12 +0000 (16:37 +0200)
committerThomas Pérennou (Viveris Technologie) <thomas.perennou@external.thalesgroup.com>
Fri, 20 Jun 2014 14:37:12 +0000 (16:37 +0200)
install/bios/+init.sh

index 0f588f3dd67009807d3c09600f44aa05b60c1375..0ed214f3c3d7f33831e5285afb813439a7b23021 100755 (executable)
@@ -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