change compile again

This commit is contained in:
christiansacks 2020-05-11 10:18:28 +01:00
parent 8ab9f60116
commit fafa39f86e

View File

@ -10,11 +10,18 @@ COMMIT="$(date "+%Y-%m-%d %H:%M:%S")"
ISOK=false ISOK=false
echo -n "Did you save and commit changes in both $IWORKDIR and $IPACKDIR?: "; read ANSWER #echo -n "Did you save and commit changes in both $IWORKDIR and $IPACKDIR?: "; read ANSWER
case "$ANSWER" in #case "$ANSWER" in
"no") echo "Aborted, go save and commit!"; exit 1;; # "no") echo "Aborted, go save and commit!"; exit 1;;
*) echo "continue";; # *) echo "continue";;
esac #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 cd $WORKDIR
git pull git pull