Skip to content

Commit

Permalink
grml-live: avoid double / in NETBOOT and REPORTS
Browse files Browse the repository at this point in the history
With the trailing slash the logs always show two slashes. While harmless, it is
not nice.
  • Loading branch information
zeha committed Dec 15, 2024
1 parent b27b742 commit ca4f25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ fi
[ -n "$CHROOT_OUTPUT" ] || CHROOT_OUTPUT="$OUTPUT/grml_chroot"
[ -n "$ISO_OUTPUT" ] || ISO_OUTPUT="$OUTPUT/grml_isos"
[ -n "$LOG_OUTPUT" ] || LOG_OUTPUT="$OUTPUT/grml_logs"
[ -n "$REPORTS" ] || REPORTS="${LOG_OUTPUT}/reports/"
[ -n "$NETBOOT" ] || NETBOOT="${OUTPUT}/netboot/"
[ -n "$REPORTS" ] || REPORTS="${LOG_OUTPUT}/reports"
[ -n "$NETBOOT" ] || NETBOOT="${OUTPUT}/netboot"
# }}}

# some misc checks before executing FAI {{{
Expand Down

0 comments on commit ca4f25a

Please sign in to comment.