aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/bandwidthd/bandwidthd.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/bandwidthd/bandwidthd.inc b/packages/bandwidthd/bandwidthd.inc
index 34dfa957..a70b9eb3 100644
--- a/packages/bandwidthd/bandwidthd.inc
+++ b/packages/bandwidthd/bandwidthd.inc
@@ -158,12 +158,11 @@ EOF;
)
);
+ exec("rm /usr/local/www/bandwidthd");
exec("/bin/ln -s /usr/local/bandwidthd/htdocs /usr/local/www/bandwidthd");
exec("echo \"Please start bandwidthd to populate this directory.\" > /usr/local/bandwidthd/htdocs/index.html");
}
-
-
?> \ No newline at end of file