Merge branch 'master' of github.com:jclouds/jclouds into issue174

This commit is contained in:
Alex Yarmula 2010-02-18 16:59:03 -08:00
commit 338257ea98
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,