mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Merge pull request #149 from dbcode/development
fix test for DOCKER_NOFILE
This commit is contained in:
commit
d78e36ee3c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ case "$1" in
|
|||
touch "$DOCKER_LOGFILE"
|
||||
chgrp docker "$DOCKER_LOGFILE"
|
||||
|
||||
if [ -n $DOCKER_NOFILE ]; then
|
||||
if [ -n "$DOCKER_NOFILE" ]; then
|
||||
ulimit -n $DOCKER_NOFILE
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue