Эх сурвалжийг харах

HUE-2731 [core] Validate that Hue is running in collect data script

Chris Conner 10 жил өмнө
parent
commit
7e072e3

+ 3 - 3
tools/troubleshooting/hue_collect_data.sh

@@ -16,8 +16,8 @@
 # limitations under the License.
 
 #NOTE: This script requires curl, strace and lsof to be installed. It
-# must be run on the Hue server. Set HUE_USER to a user in Hue with 
-# Superuser access to get thread dumps.  Set HUE_PASSWORD to HUE_USER's 
+# must be run on the Hue server. Set HUE_USER to a user in Hue with
+# Superuser access to get thread dumps.  Set HUE_PASSWORD to HUE_USER's
 # password.
 
 # Location for output files
@@ -125,7 +125,7 @@ do
 done
 
 mkdir ${OUTPUT_DIR}/logs
-cp -pr ${HUE_LOG_DIR}/* ${OUTPUT_DIR}/logs 
+cp -pr ${HUE_LOG_DIR}/* ${OUTPUT_DIR}/logs
 
 echo "Collecting done, please zip ${OUTPUT_DIR} and upload to the ticket"
 }