diff options
author | ivan <ivan> | 2004-04-01 14:50:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-04-01 14:50:14 +0000 |
commit | f234445206998dedfbe74ae59128f6a40c53fe4d (patch) | |
tree | db4b85bdd6f49471700d8fa106f4ad2f1b2a30e0 | |
parent | 7ca594813a8426beb70d9f61544be1f6ac7b3d3f (diff) |
fix paths to ispman commands
-rw-r--r-- | FS/FS/part_export/www_shellcommands.pm | 4 |
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> |