mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
updated javadoc wrt runscript
This commit is contained in:
parent
3e8381e3f3
commit
118129714c
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user