Comment for future Didier

This commit is contained in:
Didier Slof 2022-12-13 14:16:34 +01:00
parent 8c39b7f632
commit 53bbf54d43
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -24,7 +24,7 @@ dock() {
}
if [ "$1" = "-c" ]; then
shift
shift # DO NOT REMOVE; THIS IS PREVENTING A FORKBOMB
router.sh $@
fi