]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Sicherheitsabfrage ins make.sh fuer die commit Option eingebracht
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 022e5fbba9c90c4af58c41c4009c1e53dc916403..f2676184da518b5a49be1c67926e7dde2310e5f8 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -1597,7 +1597,10 @@ batch)
                $0 clean
                ;;
        "SVN: Commit")
                $0 clean
                ;;
        "SVN: Commit")
-               $0 svn commit
+               echo "Are your sure to Update all Files to the Server (write: yes)?"; read input
+               if [ "$input" == "yes" ]; then
+                       $0 svn commit
+               fi
                ;;
        "SVN: Update")
                $0 svn update
                ;;
        "SVN: Update")
                $0 svn update