diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 19:18:32 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 19:18:32 +0000 |
commit | 980a984f163a4bb8692cc47b878515c014ed10c9 (patch) | |
tree | 2ed1d9cab3dc32c97c893f61c639d0ce01b6cc06 /packages | |
parent | db8a2288b605923ce6ac2b6701e3aa789c076a5f (diff) | |
download | pfsense-packages-980a984f163a4bb8692cc47b878515c014ed10c9.tar.gz pfsense-packages-980a984f163a4bb8692cc47b878515c014ed10c9.tar.bz2 pfsense-packages-980a984f163a4bb8692cc47b878515c014ed10c9.zip |
Correctly create symlink
Diffstat (limited to 'packages')
-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"); |