Opened 5 years ago
Closed 18 months ago
#779 closed (invalid)
Make sure shutdown script has finished excuting before starting reboot procedure
| Reported by: | snake98 | Owned by: | somebody |
|---|---|---|---|
| Keywords: | Cc: |
Description
My shutdown script takes about 30 seconds to run. Could you do a check to see if the script is done before rebooting, or add an option to delay x seconds before reboot process is started so the script has time to run. Thanks for your hard work
Change History (4)
comment:1 Changed 5 years ago by snake98
- Summary changed from Make sure shutdown has finished excuting before starting reboot procedure to Make sure shutdown script has finished excuting before starting reboot procedure
comment:2 Changed 5 years ago by olmari
comment:3 Changed 5 years ago by BrainSlayer
correct. its a blocking call
comment:4 Changed 18 months ago by LOM
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Dowsn't it do that already? AFAIK When DD-WRT shutdownscript (as scripts usually) executes something else it continues after that command is done, not before...