You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add set errexit and a bash trap to the install_docker.sh script in order to better diagnose runtime errors. In addition, all uses of curl should have the --fail flag so curl triggers the error trap if it hits a snag.
We should add
set errexit
and a bash trap to theinstall_docker.sh
script in order to better diagnose runtime errors. In addition, all uses of curl should have the--fail
flag so curl triggers the error trap if it hits a snag.For an example, see
install_beaker.sh
https://github.com/activecm/BeaKer/blob/52eeea74b1b0eaf0705514755aab24155a62be9f/installer/stage/BeaKer/install_beaker.sh#L16The text was updated successfully, but these errors were encountered: