Applications
Configure scripts to run manually
IX10 User Guide
573
a. On the menu, click
System
. Under
Configuration
, click
Device Configuration
.
The
Configuration
window is displayed.
3. Click
System
>
Scheduled tasks
>
Custom scripts
.
4. For
Add Script
, click
.
The script configuration window is displayed.
Custom scripts are enabled by default. To disable, toggle off
Enable
to toggle off.
5. (Optional) For
Label
, provide a label for the script.
6. For
Run mode
, select
Manual
.
7. For
Commands
, enter the commands that will execute the script.
If the script begins with
#!
, then the script will be invoked in the location specified by the path
for the script command. Otherwise, the default shell will be used (equivalent to
#!/bin/sh
).