fix accidental fork bomb
This commit is contained in:
parent
39c103ad15
commit
8c39b7f632
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ dock() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$1" = "-c" ]; then
|
if [ "$1" = "-c" ]; then
|
||||||
|
shift
|
||||||
router.sh $@
|
router.sh $@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Reference in a new issue