diff --git a/tools/router.sh b/tools/router.sh index 572ff74..ddcd203 100755 --- a/tools/router.sh +++ b/tools/router.sh @@ -23,7 +23,9 @@ dock() { fi } -[ "$1" = "-c" ] && shift +if [ "$1" = "-c" ]; then + router.sh $@ +fi case $1 in logs|l)