-
Notifications
You must be signed in to change notification settings - Fork 0
Scripts: Custom Commands
Christian T. Drieling edited this page Mar 30, 2018
·
35 revisions
system -> firmware customization -> custom commands -> network -> network initialization:
sleep 10
#SET Variables
CONFIG="/config/bin/icaconfig"
#Command for Set the param
SET=setparam
#Command for Config Reload
SETUP=killwait_postsetupd
#What param should be filled
CONFIG1=ica.pnlogin.desktop_folder_farm
#Param Value
VAL1=true
#Starting script
#add everthing together
$SET $CONFIG1 $VAL1
$SETUP
$CONFIG