Configure: Fix option c when p is not available #34

Merged
obel1x merged 1 commits from unbrot/fedora-OEMDRV:main into main 2026-06-17 09:00:41 +02:00
Contributor

Fixes the configure.sh interactive prompt:

  • Removes the erroneous unset CONF_PRE when CONF_PRE does not exist, which previously made option c unreachable/incorrect logic when only the company config was present.
  • Adds a log line when replacing $CONF_PRE with $CONF_FILE.
  • Minor message cleanups (trailing space before period, includes file path when reusing existing run config).
Fixes the configure.sh interactive prompt: - Removes the erroneous `unset CONF_PRE` when `CONF_PRE` does not exist, which previously made option `c` unreachable/incorrect logic when only the company config was present. - Adds a log line when replacing `$CONF_PRE` with `$CONF_FILE`. - Minor message cleanups (trailing space before period, includes file path when reusing existing run config).
unbrot added 1 commit 2026-06-17 08:52:25 +02:00
obel1x merged commit b99ad00d6a into main 2026-06-17 09:00:41 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: obel1x/fedora-OEMDRV#34