Don' allocate tty
This commit is contained in:
parent
7363284353
commit
a68fea86b8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if [[ "x${oc_list}" != "x" ]]; then
|
|||
done
|
||||
fi
|
||||
|
||||
docker exec -ti ${MY_VARS} -u www-data ${container} php --define apc.enable_cli=1 /var/www/html/occ "$@"
|
||||
docker exec -i ${MY_VARS} -u www-data ${container} php --define apc.enable_cli=1 /var/www/html/occ "$@"
|
||||
exit 0
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue