From 816e11fe2d7b057615dd50f1834f782f99170ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Kir=C3=A1ly?= Date: Fri, 7 Oct 2022 16:39:31 +0200 Subject: [PATCH] #8351 fixing inconsistency in admin's Troubleshouting page --- doc/sphinx-guides/source/_static/util/clear_timer.sh | 2 +- doc/sphinx-guides/source/admin/troubleshooting.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx-guides/source/_static/util/clear_timer.sh b/doc/sphinx-guides/source/_static/util/clear_timer.sh index 3fcd9e8a387..1d9966e4e07 100755 --- a/doc/sphinx-guides/source/_static/util/clear_timer.sh +++ b/doc/sphinx-guides/source/_static/util/clear_timer.sh @@ -17,7 +17,7 @@ DV_DIR=${PAYARA_DIR}/glassfish/domains/domain1 ${PAYARA_DIR}/bin/asadmin stop-domain rm -rf ${PAYARA_DIR}/${DV_DIR}/generated/ -rm -rf ${PAYARA_DIR}/${DV_DIR}/osgi-cache/felix +rm -rf ${PAYARA_DIR}/${DV_DIR}/osgi-cache/ # restart the domain (also generates a warning if app server is stopped) ${PAYARA_DIR}/bin/asadmin start-domain diff --git a/doc/sphinx-guides/source/admin/troubleshooting.rst b/doc/sphinx-guides/source/admin/troubleshooting.rst index 79ce98322a8..9f085ba90cd 100644 --- a/doc/sphinx-guides/source/admin/troubleshooting.rst +++ b/doc/sphinx-guides/source/admin/troubleshooting.rst @@ -57,7 +57,7 @@ Ingest is both CPU- and memory-intensive, and depending on your system resources ``/usr/local/payara5/mq/bin/imqcmd -u admin purge dst -t q -n DataverseIngest`` will purge the DataverseIngest queue, and prompt for your confirmation. -Finally, list destinations to verify that the purge was successful:: +Finally, list destinations to verify that the purge was successful: ``/usr/local/payara5/mq/bin/imqcmd -u admin list dst``