Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
cpanel:createacct-non-interactive [2010-08-20 16:00:34] garrett.plasky |
cpanel:createacct-non-interactive [2010-09-30 09: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> |