Comment for future Didier
This commit is contained in:
parent
8c39b7f632
commit
53bbf54d43
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ dock() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$1" = "-c" ]; then
|
if [ "$1" = "-c" ]; then
|
||||||
shift
|
shift # DO NOT REMOVE; THIS IS PREVENTING A FORKBOMB
|
||||||
router.sh $@
|
router.sh $@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Reference in a new issue