Differences

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

Link to this comparison view

Next revision
Previous revision
cpanel:wwwacct-non-interactive [2010-03-09 22:00:15]
shaun.reitan created
cpanel:wwwacct-non-interactive [2010-08-20 23:00:18]
garrett.plasky
Line 1: Line 1:
-====== How to make /scripts/wwwacct non interactive ======+====== How to make /scripts/wwwacct non-interactive ======
  
 If your going to create a script that is going to execute /scripts/wwwacct you'll notice that the wwwacct script asks you questions that require you to interact with it.  The following ENV will stop wwwacct from asking you questions. If your going to create a script that is going to execute /scripts/wwwacct you'll notice that the wwwacct script asks you questions that require you to interact with it.  The following ENV will stop wwwacct from asking you questions.
  
-<code console># export PKGRESTORE=1 /scripts/wwwacct </code>+<code console># PKGRESTORE=1 /scripts/wwwacct </code>
  
  
-{{tag>cpanel console restore how-to}}+{{tag>cpanel restore how-to}}