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

Update submod.sh

pull/757/head
probonopd 9 months ago committed by GitHub
parent d9e32a117a
commit c5e338e1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      submod.sh

@ -6,13 +6,13 @@ git submodule update --init --recursive
#
# Use fixed master branch of circle-stdlib then re-update
cd circle-stdlib/
git checkout 695ab4a
git checkout 3bd135d
git submodule update --init --recursive
cd -
#
# Optional update submodules explicitly
cd circle-stdlib/libs/circle
git checkout 59484ba
git checkout 3bd135d
cd -
cd circle-stdlib/libs/circle-newlib
#git checkout develop

Loading…
Cancel
Save