Fix if clause

pull/25/head
probonopd 2 years ago committed by GitHub
parent 97dbde3b0d
commit 9af7749c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.sh

@ -3,7 +3,7 @@
set -e
set -x
if [ -z "${RPI}" ] ; do
if [ -z "${RPI}" ] ; then
echo "${RPI} missing, exting"
exit 1
fi

Loading…
Cancel
Save