Update makerelease

This commit is contained in:
MatMoul 2016-04-10 21:29:39 +02:00
parent 40d7846052
commit f17a4e8317

View file

@ -57,8 +57,6 @@ fi
read -p "Push release ? (Y/n)" choice
case "$choice" in
n|N ) exit 1;;
exit 1
;;
esac
git checkout master
@ -69,8 +67,6 @@ git push
read -p "Publish to server ? (Y/n)" choice
case "$choice" in
n|N ) exit 1;;
exit 1
;;
esac
echo "Create index.html..."