Clean up hardcoded paths from boot scripts
Changes:
- Remove default hardcoded paths from the code.
Tested:
- NA since not applicable for use in general.
Change-Id: Ib3f41055b580bf8ea681542361cdd8de2bcbf396
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/bin/plug_ins/Stop/cp_stop_check b/bin/plug_ins/Stop/cp_stop_check
index d9d181d..1afb3f5 100755
--- a/bin/plug_ins/Stop/cp_stop_check
+++ b/bin/plug_ins/Stop/cp_stop_check
@@ -201,7 +201,7 @@
qprint_var(pel_txt_file_path)
return
- default_stop_dir_path = "/afs/rchland.ibm.com/projects/esw/dvt/"
+ default_stop_dir_path = ""
# If pel_stop_file_path is unqualified and cannot be found, pre-pend
# default_stop_dir_path for the user.