Restore build.sh

Revert changes unrelated to the PR
pull/287/head
probonopd 2 years ago committed by GitHub
parent fd345d8bba
commit 6351fdcbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      build.sh

@ -1,4 +1,9 @@
f [ -z "${RPI}" ] ; then
#!/bin/bash
set -e
set -x
if [ -z "${RPI}" ] ; then
echo "\$RPI missing, exting"
exit 1
fi

Loading…
Cancel
Save