shell fix
This commit is contained in:
parent
929fb03174
commit
39c103ad15
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue