lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 32c2f24 4/7: Temporarily allow a command to f


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 32c2f24 4/7: Temporarily allow a command to fail
Date: Fri, 4 Oct 2019 19:20:59 -0400 (EDT)

branch: master
commit 32c2f241cf6eb1bae463d07dfd309044bd4d86f8
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Temporarily allow a command to fail
---
 install_centos.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_centos.sh b/install_centos.sh
index dac1171..cee290e 100755
--- a/install_centos.sh
+++ b/install_centos.sh
@@ -112,7 +112,7 @@ root-groups=root
 type=plain
 EOF
 
-mount --bind /var/cache/"${CODENAME}" 
/srv/chroot/centos7lmi/var/cache/apt/archives
+mount --bind /var/cache/"${CODENAME}" 
/srv/chroot/centos7lmi/var/cache/apt/archives || echo "Oops"
 
 cat >/srv/chroot/centos7lmi/tmp/setup1.sh <<EOF
 #!/bin/sh



reply via email to

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