shell fix

This commit is contained in:
Didier Slof 2022-12-13 14:03:03 +01:00
parent 929fb03174
commit 39c103ad15
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -23,7 +23,9 @@ dock() {
fi fi
} }
[ "$1" = "-c" ] && shift if [ "$1" = "-c" ]; then
router.sh $@
fi
case $1 in case $1 in
logs|l) logs|l)