diff options
Diffstat (limited to 'abs/core-testing/runit/shutdown.script')
-rwxr-xr-x | abs/core-testing/runit/shutdown.script | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/core-testing/runit/shutdown.script b/abs/core-testing/runit/shutdown.script index 3bcc5d3..229996b 100755 --- a/abs/core-testing/runit/shutdown.script +++ b/abs/core-testing/runit/shutdown.script @@ -23,9 +23,8 @@ then done if [ x$delay = x ] then - echo "-t is mandatory" - exit 4 - fi + delay=0 + fi if [ x$reboot = x1 ] then |