Boundless Technologies
ADDS 5600 Linux-Based Terminal
77
"2")
RESULT=`gettext "Your choice :" "GET a configuration or UPGRADE ?"`
;;
"3")
RESULT=`gettext "Your choice :" "GET or PUT a config ? or UPGRADE ?"`
;;
esac
echo
$RESULT
}
[ -f "${DIR}/config.tar" ] && GUI=1 || GUI=0
[ -d "${DIR}/upgrades" ] && GUI=$(($GUI+2))
CHOICE="`MGS_ASK $GUI`"
case "$CHOICE" in
"GET")
MGS_GET
;;
"get")
MGS_GET
;;
"PUT")
MGS_PUT
;;
"put")
MGS_PUT
;;
"UPGRADE")
MGS_UPGRADE
;;
"upgrade")
MGS_UPGRADE
;;
*)
exit
1
esac
exit 0
Â
Note°: Once the USB Key is Detected, LBT will prompt user to select between GET, PUT and
UPGRADE... The GET command will upload the configuration of the thin client and will store it into the USB