Skip to content

Commit

Permalink
remved about file exxecive for a simple tastment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran committed Sep 28, 2024
1 parent e4cea05 commit c4c989e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
30 changes: 0 additions & 30 deletions lib/armbian-configng/armbian.config.jobs/99armbian.about.json

This file was deleted.

4 changes: 2 additions & 2 deletions lib/armbian-configng/config.ng.functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ generate_top_menu() {

if [ $exitstatus = 0 ]; then
[ -z "$OPTION" ] && break
[[ -n "$debug" ]] && echo "$OPTION"
generate_menu "$OPTION"
[[ "$OPTION" == "Help" ]] && show_message <<< "This app is to help execute procedures to configure your system\n\nSome options may not work on manually modified systems\""
[[ "$OPTION" != "Help" ]] && generate_menu "$OPTION"
fi
done
}
Expand Down

0 comments on commit c4c989e

Please sign in to comment.