change compile script

This commit is contained in:
MeaTLoTioN 2020-05-11 10:12:28 +01:00
parent 62dd3ac0e6
commit 04b8aacb46

View File

@ -8,6 +8,14 @@ PACKDIR="${2:-IPACKDIR}"
COMMIT="$(date "+%Y-%m-%d %H:%M:%S")" 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
cd $WORKDIR cd $WORKDIR
git pull git pull