From 6b773a9f4aa54988de9a37573208c8a7593f0ba3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 23 Aug 2009 18:59:33 -0400 Subject: Kick off package reinstall after restoring configuration. Resolves #15 --- usr/local/www/diag_backup.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local') diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index ef98ffd..4d63e55 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -188,6 +188,7 @@ if ($_POST) { touch("/needs_package_sync"); $reboot_needed = true; $savemsg = "The configuration has been restored. The firewall is now rebooting."; + touch("/conf/needs_package_sync"); /* remove cache, we will force a config reboot */ if(file_exists("/tmp/config.cache")) unlink("/tmp/config.cache"); -- cgit v1.1