Skip to content

Commit

Permalink
Merge branch 'main' into hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran authored Oct 10, 2024
2 parents 6c9d8c9 + 97701b5 commit 6fc61e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/armbian-configng/config.ng.functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ menu_options+=(
function process_input() {
local input="$1"
if [ "$input" = "No" ]; then
exit 1
return 1
fi
}

Expand Down

0 comments on commit 6fc61e5

Please sign in to comment.