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 3e943ab commit 343af47Copy full SHA for 343af47
service/rpi-sb-provisioner.sh
@@ -72,7 +72,7 @@ read_config
72
die() {
73
echo "${PROVISIONER_ABORTED}" >> /var/log/rpi-sb-provisioner/"${TARGET_DEVICE_SERIAL}"/progress
74
# shellcheck disable=SC2086
75
- echo "$@" ${DEBUG}
+ echo "$@" >&2
76
exit 1
77
}
78
@@ -82,10 +82,12 @@ simg_expanded_size() {
82
83
keywriter_log() {
84
echo "$@" >> /var/log/rpi-sb-provisioner/"${TARGET_DEVICE_SERIAL}"/keywriter.log
85
86
87
88
provisioner_log() {
89
echo "$@" >> /var/log/rpi-sb-provisioner/"${TARGET_DEVICE_SERIAL}"/provisioner.log
90
91
92
93
0 commit comments