Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cpanel:createacct-non-interactive [2010-06-12 20:54:08]
garrett.plasky
cpanel:createacct-non-interactive [2010-09-30 16:06:24] (current)
garrett.plasky Approved
Line 1: Line 1:
-====== How to make /scripts/createacct non interactive ======+====== How to make /scripts/createacct non-interactive ======
  
-If your going to create a script that is going to execute /scripts/createacct you'll notice that the createacct script asks you questions that require you to interact with it.  The following ENV will stop createacct from asking you questions.+If you're going to create a script that is going to execute /scripts/createacct you'll notice that the createacct script asks you questions that require you to interact with it.  The following ENV will stop createacct from asking you questions.
  
 <code console>PKGRESTORE=1 /scripts/createacct </code> <code console>PKGRESTORE=1 /scripts/createacct </code>