• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Creation Utilities not working

J

Jason Lee

Guest
I have a script that auto creates domain users that doesn't seem to work since I upgraded to Plesk 7.5 I was wondering if anyone else was having these problem?

I get the following errors:

/usr/local/psa/bin/domain.sh: line 2: unexpected EOF while looking for matching ``'
/usr/local/psa/bin/domain.sh: line 6: syntax error: unexpected end of file

When I run the command.....

/bin/sh /usr/local/psa/bin/domain.sh -c 'tes.com' -status 'true' -dom_user 'true' -du_passwd 'password' -dns 'true' -www 'true' -hosting 'true' -hst_type 'phys' -ip '<ip address>' -login 'test2' -passwd 'password' -hard_quota '500' -ssi 'true' -php 'true' -cgi 'true' -perl 'true' -asp 'true' -ssl 'true' -webstat 'true' -err_docs 'true' -log_bytime 'daily' -log_max_num '5' -notify 'false' -clogin 'PersonalHosting'

Any help would be apreciated.
 
Problem solved domain.sh is acutally a php file and didn't need /bin/sh in the cmd.
 
Yeah, you should run them as /usr/local/psa/bin/domain.sh
 
Back
Top