X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Frsync-updater%2Fupdate-to-autobuild.sh;fp=misc%2Ftools%2Frsync-updater%2Fupdate-to-autobuild.sh;h=4c66cb58f3751a483a55d58df976fa0dcefefc22;hb=bf34e83072ebf8162b6554ef3a1f979555ed8b39;hp=b0d429dd2d6fd5c3bd20ba89936ea0e0076cf098;hpb=a8cfb5c88f4fdb05a8d09268ea5b1b45ddfbf808;p=xonotic%2Fxonotic.git diff --git a/misc/tools/rsync-updater/update-to-autobuild.sh b/misc/tools/rsync-updater/update-to-autobuild.sh index b0d429dd..4c66cb58 100755 --- a/misc/tools/rsync-updater/update-to-autobuild.sh +++ b/misc/tools/rsync-updater/update-to-autobuild.sh @@ -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