diff options
-rwxr-xr-x | usr/local/www/diag_backup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index 75bbdfc..1379347 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -149,6 +149,7 @@ if ($_POST) { /* this will be picked up by /index.php */ conf_mount_rw(); touch("/needs_package_sync"); + $reboot_needed = true; $reloadall = true; $savemsg = "The configuration has been restored. The firewall is now reloading."; /* remove cache, we will force a config reload */ |