Skip to content

Commit

Permalink
grml-live: capture stderr from fai
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Jan 6, 2025
1 parent d53ebd6 commit 65d1090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ else
# shellcheck disable=SC2086 # $FAI_ARGS needs splitting
GRML_LIVE_CONFIG="$CONFIGDUMP" "$FAI_PROGRAM" $VERBOSE \
-C "$FAI_CONF_DIR" -s "file:///$GRML_FAI_CONFIG" -c"$CLASSES" \
-u "$HOSTNAME" "$FAI_ACTION" "$CHROOT_OUTPUT" $FAI_ARGS | tee -a "$LOGFILE"
-u "$HOSTNAME" "$FAI_ACTION" "$CHROOT_OUTPUT" $FAI_ARGS | tee -a "$LOGFILE" 2>&1
RC="${PIPESTATUS[0]}" # notice: bash-only

if [ "$RC" != 0 ] ; then
Expand Down

0 comments on commit 65d1090

Please sign in to comment.