From fafa39f86ea00b107e888503a86c17545656d46d Mon Sep 17 00:00:00 2001 From: christiansacks Date: Mon, 11 May 2020 10:18:28 +0100 Subject: [PATCH] change compile again --- compile_nodelist.sh | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/compile_nodelist.sh b/compile_nodelist.sh index 3c031a4..c5a7bee 100755 --- a/compile_nodelist.sh +++ b/compile_nodelist.sh @@ -10,11 +10,18 @@ COMMIT="$(date "+%Y-%m-%d %H:%M:%S")" ISOK=false -echo -n "Did you save and commit changes in both $IWORKDIR and $IPACKDIR?: "; read ANSWER -case "$ANSWER" in - "no") echo "Aborted, go save and commit!"; exit 1;; - *) echo "continue";; -esac +#echo -n "Did you save and commit changes in both $IWORKDIR and $IPACKDIR?: "; read ANSWER +#case "$ANSWER" in +# "no") echo "Aborted, go save and commit!"; exit 1;; +# *) echo "continue";; +#esac + +echo "*** DID YOU SAVE AND COMMIT YOUR CHANGES TO BOTH $IWORKDIR AND $IPACKDIR? ***" +for i in {5..1}; do + echo -n "$i... " + sleep 1 +done +echo "0. Times up!" cd $WORKDIR git pull