comment out debug echos

This commit is contained in:
3d-gussner 2021-06-21 09:22:35 +02:00
parent 7a67d578fd
commit 8d376ebee0

View File

@ -10,7 +10,7 @@
# 3. Install latest updates with 'sudo apt-get upgrade' # 3. Install latest updates with 'sudo apt-get upgrade'
# #
# #
# Version: 1.0.0-Build_8 # Version: 1.0.0-Build_9
# Change log: # Change log:
# 11 Feb 2021, 3d-gussner, Inital # 11 Feb 2021, 3d-gussner, Inital
# 11 Feb 2021, 3d-gussner, Optional flags to check for updates # 11 Feb 2021, 3d-gussner, Optional flags to check for updates
@ -40,20 +40,20 @@ while getopts c:f:g:m:n:p:u:x:y:?h flag
esac esac
done done
#Debug echos #Debug echos
echo "c: $check_flag" #echo "c: $check_flag"
echo "f: $firmware_version_flag" #echo "f: $firmware_version_flag"
echo "g: $graphics_flag" #echo "g: $graphics_flag"
echo "m: $mk404_flag" #echo "m: $mk404_flag"
echo "n: $new_build_flag" #echo "n: $new_build_flag"
echo "p: $mk404_printer_flag" #echo "p: $mk404_printer_flag"
echo "u: $update_flag" #echo "u: $update_flag"
echo "x: $board_mem_flag" #echo "x: $board_mem_flag"
echo "y: $board_flash_flag" #echo "y: $board_flash_flag"
# '?' 'h' argument usage and help # '?' 'h' argument usage and help
if [ "$help_flag" == "1" ] ; then if [ "$help_flag" == "1" ] ; then
echo "***************************************" echo "***************************************"
echo "* MK404-build.sh Version: 1.0.0-Build_8 *" echo "* MK404-build.sh Version: 1.0.0-Build_9 *"
echo "***************************************" echo "***************************************"
echo "Arguments:" echo "Arguments:"
echo "$(tput setaf 2)-c$(tput sgr0) Check for update" echo "$(tput setaf 2)-c$(tput sgr0) Check for update"