diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-07 03:21:50 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-07 03:21:50 +0000 |
commit | d5e96eb3a530a15add5eb7db83df2a8bac20e357 (patch) | |
tree | 5e717f544052a403149c0139e327795e6c289068 | |
parent | f0fbaedf848ba8478191ff335f32c8146d89dc5a (diff) | |
download | pfsense-packages-d5e96eb3a530a15add5eb7db83df2a8bac20e357.tar.gz pfsense-packages-d5e96eb3a530a15add5eb7db83df2a8bac20e357.tar.bz2 pfsense-packages-d5e96eb3a530a15add5eb7db83df2a8bac20e357.zip |
Kick off a filter reload so that the config gets backed up
-rw-r--r-- | packages/autoconfigbackup/autoconfigbackup.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/autoconfigbackup/autoconfigbackup.xml b/packages/autoconfigbackup/autoconfigbackup.xml index 3eec2b55..37517fc7 100644 --- a/packages/autoconfigbackup/autoconfigbackup.xml +++ b/packages/autoconfigbackup/autoconfigbackup.xml @@ -112,6 +112,7 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> + filter_configure(); </custom_php_resync_config_command> <custom_php_install_command> </custom_php_install_command> |