lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4a7ea4b 2/2: Add trivial script to rebuild lm


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4a7ea4b 2/2: Add trivial script to rebuild lmi environment on redhat server
Date: Fri, 29 May 2020 17:04:18 -0400 (EDT)

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

    Add trivial script to rebuild lmi environment on redhat server
---
 gwc/redhat_rebuild.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gwc/redhat_rebuild.sh b/gwc/redhat_rebuild.sh
new file mode 100644
index 0000000..5ffc16d
--- /dev/null
+++ b/gwc/redhat_rebuild.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cd /srv/cache_for_lmi/logs
+wget -nv https://github.com/vadz/lmi/raw/master/lmi_setup_00.sh
+chmod +x lmi_setup_00.sh
+sudo ./lmi_setup_00.sh >log_$(date -u +"%Y%m%dT%H%MZ" -d "$stamp0") 2>&1



reply via email to

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