mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Configure dbshell to use the 'less' pager
This commit is contained in:
parent
ff7facdfa2
commit
57430afc55
@ -273,7 +273,8 @@ RUN for dir in \
|
||||
/var/lib/shared/vfs-layers/layers.lock \
|
||||
/var/run/nginx.pid \
|
||||
/var/lib/awx/venv/awx/lib/python3.9/site-packages/awx.egg-link ; \
|
||||
do touch $file ; chmod g+rw $file ; done
|
||||
do touch $file ; chmod g+rw $file ; done && \
|
||||
echo "\setenv PAGER 'less -S'" > /var/lib/awx/.psqlrc
|
||||
{% endif %}
|
||||
|
||||
{% if not build_dev|bool %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user