mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-07 21:19:53 +00:00
fixed DOCKERIZE_ARGS variable check
This commit is contained in:
parent
21024278c6
commit
73a0a80b4a
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
if [ -z "$var" ]; then
|
||||
if [[ -n "$DOCKERIZE_ARGS" ]]; then
|
||||
dockerize $DOCKERIZE_ARGS
|
||||
fi
|
||||
cd /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user