[28428] in Source-Commits

home help back first fref pref prev next nref lref last post

scripts commit: Don't display "continue" prompt when unattended

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Sep 16 10:59:33 2014

Date: Tue, 16 Sep 2014 10:59:27 -0400
From: Jonathan D Reed <jdreed@mit.edu>
Message-Id: <201409161459.s8GExROJ019940@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/scripts/commit/5c3982b94a54c99800279af5948ce8b7253e52d4
commit 5c3982b94a54c99800279af5948ce8b7253e52d4
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Tue Sep 16 10:57:55 2014 -0400

    Don't display "continue" prompt when unattended
    
    - Ensure the "continue" prompt is suppressed for all unattended installs
      not just cluster unattended

 installer/install-debathena.beta.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/installer/install-debathena.beta.sh b/installer/install-debathena.beta.sh
index 38f0bca..7831062 100644
--- a/installer/install-debathena.beta.sh
+++ b/installer/install-debathena.beta.sh
@@ -283,7 +283,9 @@ if [ "$unattended" = "yes" ] && [ "$category" = "cluster" ]; then
 	  divertedbg=no
       fi
   fi
+fi
 
+if [ "$unattended" = "yes" ]; then
   # Setup for package installs in a chrooted immediately-postinstall environment.
   echo "Setting locale."
   export LANG

home help back first fref pref prev next nref lref last post