summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-04-01 14:50:45 +0000
committerivan <ivan>2004-04-01 14:50:45 +0000
commit06ed011137b6e91c0bc3fbbea00e3b88728b4b3b (patch)
tree98177b079692f943a21eb026a9755642c9a32d64
parent760d5916b8fb7dfd3d8e8d710fd1cca76a23a905 (diff)
fix paths to ispman commands
-rw-r--r--FS/FS/part_export/www_shellcommands.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/www_shellcommands.pm b/FS/FS/part_export/www_shellcommands.pm
index e90120ec9..36da93a88 100644
--- a/FS/FS/part_export/www_shellcommands.pm
+++ b/FS/FS/part_export/www_shellcommands.pm
@@ -39,8 +39,8 @@ Run remote commands via SSH, for virtual web sites. You will need to
<LI>
<INPUT TYPE="button" VALUE="ISPMan CLI" onClick='
this.form.user.value = "root";
- this.form.useradd.value = "/usr/local/ispman/ispman.addvhost -d $domain $zone";
- this.form.userdel.value = "/usr/local/ispman/idpman.deletevhost -d $domain $zone";
+ this.form.useradd.value = "/usr/local/ispman/bin/ispman.addvhost -d $domain $zone";
+ this.form.userdel.value = "/usr/local/ispman/bin/ispman.deletevhost -d $domain $zone";
this.form.usermod.value = "";
'>
</UL>