Don' allocate tty

This commit is contained in:
Micke Nordin 2025-02-28 12:48:42 +01:00
parent 7363284353
commit a68fea86b8
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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