Alertra Script Language 1.9
save
Saves the contents of the given variable in a persistent store; variables stored using the save command are available the next time the script runs.
usage: save [varname]
parameters:
req | name | type | description |
---|---|---|---|
Y | varname | variable | The name of the variable to save. |
examples
save HOST_NAME
Saves the current contents of HOST_NAME in the persistent storage. When the script runs again the HOST_NAME variable will be set to that value.
Alertra Script Language: Language Reference