]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/rsync-updater/update-to-autobuild.sh
Add yes/no dialogs to the update scripts, fixes #148
[xonotic/xonotic.git] / misc / tools / rsync-updater / update-to-autobuild.sh
index b0d429dd2d6fd5c3bd20ba89936ea0e0076cf098..4c66cb58f3751a483a55d58df976fa0dcefefc22 100755 (executable)
@@ -9,6 +9,9 @@ if ! which rsync >/dev/null; then
        exit 1
 fi
 
+echo >&2 "This script will DELETE any custom files in the Xonotic folder. Press ENTER to continue, or Ctrl-C to abort."
+read -r DUMMY
+
 case "${0##*/}" in
        update-to-autobuild.sh)
                buildtype=autobuild