mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Make sure that the psql pager does not clear the screen afterwards
Also, avoid paging if there is a single page.
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