summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/domain_shellcommands.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-03-25 11:02:31 +0000
committerivan <ivan>2004-03-25 11:02:31 +0000
commit6464c76c549ba420f98e67aaca1c26327a8a2671 (patch)
tree6bfe31310151da1d3520aa211fb5fd4ddf9184dd /FS/FS/part_export/domain_shellcommands.pm
parente53cf6b04ea8c6f10c331d46372c486128478df0 (diff)
typo from refactoring
Diffstat (limited to 'FS/FS/part_export/domain_shellcommands.pm')
-rw-r--r--FS/FS/part_export/domain_shellcommands.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/domain_shellcommands.pm b/FS/FS/part_export/domain_shellcommands.pm
index 914589529..0ba561711 100644
--- a/FS/FS/part_export/domain_shellcommands.pm
+++ b/FS/FS/part_export/domain_shellcommands.pm
@@ -34,6 +34,7 @@ Run remote commands via SSH, for domains. You will need to
this.form.useradd.value = "[ \"$uid\" -a \"$gid\" -a \"$dir\" -a \"$qdomain\" ] && [ -e $dir/.qmail-$qdomain-default ] || { touch $dir/.qmail-$qdomain-default; chown $uid:$gid $dir/.qmail-$qdomain-default; }";
this.form.userdel.value = "";
this.form.usermod.value = "";
+ '>
<LI>
<INPUT TYPE="button" VALUE="ISPMan CLI" onClick='
this.form.useradd.value = "/usr/local/ispman/bin/ispman.addDomain -d $domain changeme";