updated javadoc wrt runscript

This commit is contained in:
Adrian Cole 2010-02-17 21:59:10 -08:00
parent 3e8381e3f3
commit 118129714c
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ public class TemplateOptions {
} }
/** /**
* This script will be executed as the root user upon system startup. * This script will be executed as the root user upon system startup. This script gets a
* prologue, so no #!/bin/bash required, path set up, etc
*/ */
public TemplateOptions runScript(byte[] script) { public TemplateOptions runScript(byte[] script) {
checkArgument(checkNotNull(script, "script").length <= 16 * 1024, checkArgument(checkNotNull(script, "script").length <= 16 * 1024,