Skip to content

Commit

Permalink
style: fix system.ng
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran committed Sep 24, 2024
1 parent fcfe277 commit 4c76bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/armbian-configng/config.ng.system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,4 @@ function adjust_motd() {
INSERT="$(echo "${INLIST[@]}" "${CHOICES[@]}" | tr ' ' '\n' | sort | uniq -u | tr '\n' ' ' | sed 's/ *$//')"
# adjust motd config
sed -i "s/^MOTD_DISABLE=.*/MOTD_DISABLE=\"$INSERT\"/g" /etc/default/armbian-motd
}

0 comments on commit 4c76bbd

Please sign in to comment.