Преглед изворни кода

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

Chris Conner пре 10 година
родитељ
комит
7e072e3
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      tools/troubleshooting/hue_collect_data.sh

+ 3 - 3
tools/troubleshooting/hue_collect_data.sh

@@ -16,8 +16,8 @@
 # limitations under the License.
 # limitations under the License.
 
 
 #NOTE: This script requires curl, strace and lsof to be installed. It
 #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.
 # password.
 
 
 # Location for output files
 # Location for output files
@@ -125,7 +125,7 @@ do
 done
 done
 
 
 mkdir ${OUTPUT_DIR}/logs
 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"
 echo "Collecting done, please zip ${OUTPUT_DIR} and upload to the ticket"
 }
 }