diff options
-rw-r--r-- | packages/bandwidthd/bandwidthd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bandwidthd/bandwidthd.inc b/packages/bandwidthd/bandwidthd.inc index 4c19636f..34dfa957 100644 --- a/packages/bandwidthd/bandwidthd.inc +++ b/packages/bandwidthd/bandwidthd.inc @@ -158,7 +158,7 @@ EOF; ) ); - exec("ln -s /usr/local/www/bandwidthd /usr/local/bandwidthd/htdocs"); + 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"); |