We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366c8c8 commit fd6be41Copy full SHA for fd6be41
service/rpi-sb-provisioner.sh
@@ -89,7 +89,7 @@ provisioner_log() {
89
timeout_nonfatal() {
90
command="$*"
91
set +e
92
- [ -z "${DEMO_MODE_ONLY}" ] && timeout 120 "${command}"
+ [ -z "${DEMO_MODE_ONLY}" ] && timeout 120 ${command}
93
94
95
command_exit_status=$?
@@ -109,7 +109,7 @@ timeout_nonfatal() {
109
timeout_fatal() {
110
111
112
113
114
if [ ${command_exit_status} -eq 124 ]; then
115
echo "${PROVISIONER_ABORTED}" >> /var/log/rpi-sb-provisioner/"${TARGET_DEVICE_SERIAL}"/progress
0 commit comments