From fa3eedf5db1d2c3668d5b3425b945a7708a44018 Mon Sep 17 00:00:00 2001 From: Bryan Paradis Date: Thu, 23 Jan 2014 01:16:03 -0500 Subject: fixed uninstall of vnstat.con --- config/vnstat2/vnstat2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/vnstat2') diff --git a/config/vnstat2/vnstat2.inc b/config/vnstat2/vnstat2.inc index b200a388..78259ea3 100644 --- a/config/vnstat2/vnstat2.inc +++ b/config/vnstat2/vnstat2.inc @@ -11,7 +11,7 @@ function vnstat_install_deinstall() { exec("rm /usr/local/www/vnstati.php"); exec("rm /usr/local/www/vnstat2_img.php"); exec("rm -d -R /usr/local/pkg/vnstat2"); - exec("rm /usr/local/etc/vnstat2.conf"); + exec("rm /usr/local/etc/vnstat.conf"); // Remove vnstat cron entry from config.xml vnstat2_install_cron(false); -- cgit v1.2.3