Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/97dbde3b0d53c7ecdc1893e1b864665fa258fd0c?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix if clause

pull/25/head
probonopd 3 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