From: ivan Date: Thu, 25 Mar 2004 11:02:31 +0000 (+0000) Subject: typo from refactoring X-Git-Tag: NET_WHOIS_RAW_0_31~27 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6464c76c549ba420f98e67aaca1c26327a8a2671;hp=e53cf6b04ea8c6f10c331d46372c486128478df0 typo from refactoring --- 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 = ""; + '>
  • -