Skip to content

Commit

Permalink
Add Contribute link
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Sep 10, 2024
1 parent 942532b commit eb4c33c
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 @@ -232,7 +232,7 @@ function set_runtime_variables(){
[[ -z "${ARMBIAN// }" ]] && ARMBIAN="$DISTRO $DISTROID"
DEFAULT_ADAPTER=$(ip -4 route ls | grep default | tail -1 | grep -Po '(?<=dev )(\S+)')
LOCALIPADD=$(ip -4 addr show dev $DEFAULT_ADAPTER | awk '/inet/ {print $2}' | cut -d'/' -f1)
BACKTITLE="\n"
BACKTITLE="\n Contribute: https://github.com/armbian/configng\n"
TITLE="Armbian configuration utility"
[[ -z "${DEFAULT_ADAPTER// }" ]] && DEFAULT_ADAPTER="lo"

Expand Down

0 comments on commit eb4c33c

Please sign in to comment.