Revision cf9a4467
Added by Jim Pingle about 15 years ago
usr/local/www/diag_backup.php | ||
---|---|---|
670 | 670 |
<?php |
671 | 671 |
|
672 | 672 |
if (is_subsystem_dirty('restore')) |
673 |
exec("/etc/rc.reboot");
|
|
673 |
system_reboot();
|
|
674 | 674 |
|
675 | 675 |
?> |
Also available in: Unified diff
Fix post-restore reboot on NanoBSD. Fixes #602