pub / newsplanet

Planet-Style Newsfeed generated with perlanet
git clone https://src.jayvii.de/pub/newsplanet.git
Home | Log | Files | Exports | Refs | README | RSS

commit 1e9865c089527ef067502d9303afd48d7b075083
parent 7659997e5711569c98ae360b1ebd74f90e49667e
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 30 Mar 2025 21:35:21 +0200

fix: exit after running through all config files

Diffstat:
Mscripts/run.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/run.sh b/scripts/run.sh @@ -5,6 +5,7 @@ # fetch input config file, fall back to "centre" if [ -z $1 ]; then for conf in $(find ./perlanetrc/ -type f | sort -r); do ${0} "$conf"; done + exit 0; else config="$1" fi