Fix directory path
[debian6500.git] / 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