diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.local> | 2009-03-01 15:48:29 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.local> | 2009-03-01 15:48:42 -0500 |
commit | 40d9915647000e7337539fccaf455d17064adbfb (patch) | |
tree | e742c4019be4c12a64e6e66c9f5f202b691fb1cf /config | |
parent | 7da7cf4e7e7a162c9ac44d4ffa7f986c022a75be (diff) | |
download | pfsense-packages-40d9915647000e7337539fccaf455d17064adbfb.tar.gz pfsense-packages-40d9915647000e7337539fccaf455d17064adbfb.tar.bz2 pfsense-packages-40d9915647000e7337539fccaf455d17064adbfb.zip |
Do not file notice when package is not configured
Diffstat (limited to 'config')
-rw-r--r-- | config/autoconfigbackup/autoconfigbackup.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/autoconfigbackup/autoconfigbackup.inc b/config/autoconfigbackup/autoconfigbackup.inc index fd0d3169..c95bbbb3 100644 --- a/config/autoconfigbackup/autoconfigbackup.inc +++ b/config/autoconfigbackup/autoconfigbackup.inc @@ -134,7 +134,7 @@ function upload_config($reasonm = "") { $notice_text = "Either the username, password or encryption password is not set for Automatic Configuration Backup. "; $notice_text .= "Please correct this in Diagnostics -> AutoConfigBackup -> Settings."; log_error($notice_text); - file_notice("AutoConfigBackup", $notice_text, $notice_text, ""); + //file_notice("AutoConfigBackup", $notice_text, $notice_text, ""); conf_mount_rw(); touch("/cf/conf/autoconfigback.notice"); conf_mount_ro(); |