lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master c78552df: Recite a chroot's name when removin


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c78552df: Recite a chroot's name when removing it
Date: Tue, 22 Nov 2022 09:49:01 -0500 (EST)

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

    Recite a chroot's name when removing it
---
 lmi_setup_02.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lmi_setup_02.sh b/lmi_setup_02.sh
index 18c896f0..0d9393a9 100755
--- a/lmi_setup_02.sh
+++ b/lmi_setup_02.sh
@@ -114,4 +114,5 @@ if [ -e "${loc0}" ] || [ -e "${loc1}" ] ; then echo 
"Oops."; exit 9; fi
 rm --force /etc/schroot/chroot.d/"${CHRTNAME}".conf
 
 stamp=$(date -u +'%Y%m%dT%H%M%SZ')
-echo "$stamp $0: Removed old chroot."  | tee /dev/tty
+echo "$stamp $0: Removed old '${CHRTNAME}' chroot."  | tee /dev/tty
+



reply via email to

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