fix accidental fork bomb

This commit is contained in:
Didier Slof 2022-12-13 14:09:02 +01:00
parent 39c103ad15
commit 8c39b7f632
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -24,6 +24,7 @@ dock() {
} }
if [ "$1" = "-c" ]; then if [ "$1" = "-c" ]; then
shift
router.sh $@ router.sh $@
fi fi