lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 5360e62 1/2: Set verbose mode within '/tmp/sc


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 5360e62 1/2: Set verbose mode within '/tmp/schroot_env'
Date: Thu, 5 Mar 2020 18:41:11 -0500 (EST)

branch: master
commit 5360e62ad646aa2481cc7abead843c526d2e36d8
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Set verbose mode within '/tmp/schroot_env'
---
 install_redhat.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/install_redhat.sh b/install_redhat.sh
index 9100799..91ecb17 100755
--- a/install_redhat.sh
+++ b/install_redhat.sh
@@ -140,12 +140,14 @@ else
 fi
 
 cat >/tmp/schroot_env <<EOF
+set -v
     CHROOT_USERS=$CHROOT_USERS
     GIT_URL_BASE=$GIT_URL_BASE
     NORMAL_GROUP=$NORMAL_GROUP
 NORMAL_GROUP_GID=$NORMAL_GROUP_GID
      NORMAL_USER=$NORMAL_USER
  NORMAL_USER_UID=$NORMAL_USER_UID
+set +v
 EOF
 chmod 0666 /tmp/schroot_env
 



reply via email to

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