forked from kaptk2/AirKey
-
Notifications
You must be signed in to change notification settings - Fork 0
MainConfiguration
kaptk2 edited this page Feb 24, 2011
·
4 revisions
var_server_version=$VersionNum
var_modules=$module1 $module2 $module3
var_run='$command'
The main configuration file is a file that is retrieved each time airkey.sh is fired. It contains 3 parameters, the first one is the version number. The version number is used to determine if further processing is require. The second parameter is a list of modules that are space separated. The last parameter is a command that should be run by the AP. For example reboot. You can also daisy chain commands together for example echo "Hello" && echo "Good Bye", or any other valid command set.