lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 80252744 2/2: Record instructions for testing


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 80252744 2/2: Record instructions for testing a script
Date: Sun, 22 Jan 2023 14:21:09 -0500 (EST)

branch: master
commit 80252744c0cd265c8a9923c0cbc4e28501c544e7
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Record instructions for testing a script
---
 gwc/redhat_rebuild.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gwc/redhat_rebuild.sh b/gwc/redhat_rebuild.sh
index a08d448e..6f23954c 100755
--- a/gwc/redhat_rebuild.sh
+++ b/gwc/redhat_rebuild.sh
@@ -22,3 +22,10 @@ chmod +x lmi_setup_00.sh
 # It would be undesirable for root to own the output file:
 # shellcheck disable=SC2024
 sudo ./lmi_setup_00.sh >log_"$(date -u +"%Y%m%dT%H%MZ")" 2>&1
+
+# This script was originally intended for use only on a corporate
+# server whose administrators give lmi developers NOPASSWD access
+# in '/etc/sudoers'. On a personal debian system, if that access
+# is given to the current user, then this script may be run thus:
+#   $ rm nohup.out; nohup 
/srv/chroot/lmi_bookworm_5/opt/lmi/src/lmi/gwc/redhat_rebuild.sh & disown; exit
+# in a freshly-opened terminal for testing.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]