mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Merge pull request #13289 from jbradberry/improve-psql-paging
Make sure that the psql pager does not clear the screen afterwards
This commit is contained in:
@@ -274,7 +274,7 @@ RUN for dir in \
|
|||||||
/var/run/nginx.pid \
|
/var/run/nginx.pid \
|
||||||
/var/lib/awx/venv/awx/lib/python3.9/site-packages/awx.egg-link ; \
|
/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
|
echo "\setenv PAGER 'less -SXF'" > /var/lib/awx/.psqlrc
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if not build_dev|bool %}
|
{% if not build_dev|bool %}
|
||||||
|
|||||||
Reference in New Issue
Block a user