ARM-software / arm-enterprise-acs

ARM Enterprise ACS
Apache License 2.0
42 stars 48 forks source link

Allow acs_sync.sh and luvos/scripts/build.sh to be run non-interactively #115

Closed ghost closed 3 years ago

ghost commented 3 years ago

Check for the terminal type before running commands that check for user input, and skip them if $TERM is empty or set to "dumb". This allows acs_sync.sh and luvos/scripts/build.sh to be run in a script, non-interatively.

Signed-off-by: Rebecca Cran rebecca@nuviainc.com