fix paths to ispman commands
authorivan <ivan>
Thu, 1 Apr 2004 14:50:14 +0000 (14:50 +0000)
committerivan <ivan>
Thu, 1 Apr 2004 14:50:14 +0000 (14:50 +0000)
FS/FS/part_export/www_shellcommands.pm

index e90120e..36da93a 100644 (file)
@@ -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>