diff --git a/build-a-pi b/build-a-pi index ac7616e..c41492d 100755 --- a/build-a-pi +++ b/build-a-pi @@ -144,15 +144,16 @@ fi ##################################### # Check user is pi ##################################### -if [ "$WHO" != 'pi' ]; then - yad --form --width=500 --text-align=center --center --title="Build-a-Pi" --text-align=center \ - --image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" \ - --text="USER NAME IS NOT PI\rThis script is designed to be run as the pi user. Please set the user name to pi \ -and try again. You can change the user name after the build is complete but some configuration may not work \ -as expected" \ - --button=gtk-close - exit 1 -fi +#This section commented out 12APRIL2022 for testing. Should be removed once testing is complete. +#if [ "$WHO" != 'pi' ]; then +# yad --form --width=500 --text-align=center --center --title="Build-a-Pi" --text-align=center \ +# --image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" \ +# --text="USER NAME IS NOT PI\rThis script is designed to be run as the pi user. Please set the user name to pi \ +#and try again. You can change the user name after the build is complete but some configuration may not work \ +#as expected" \ +# --button=gtk-close +# exit 1 +#fi ##################################### # notice to user #####################################