Fix if clause

pull/25/head
probonopd 2 years ago committed by GitHub
parent 34779f470a
commit 97dbde3b0d
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
[ -z "${RPI}" ] ; then
if [ -z "${RPI}" ] ; do
echo "${RPI} missing, exting"
exit 1
fi

Loading…
Cancel
Save