summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/geoipupdate.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tools/geoipupdate.sh b/src/tools/geoipupdate.sh
index 827860a16..0b02dae36 100644
--- a/src/tools/geoipupdate.sh
+++ b/src/tools/geoipupdate.sh
@@ -5,6 +5,9 @@
# them into existing mysql tables. The tables are created
# by the irc2sql module on the first load.
+# Dont forget to rename this file or your changes
+# will be overwritte on the next 'make install'
+
############################
# Config
############################
@@ -16,7 +19,7 @@ mysql_user="anope"
mysql_password="anope"
mysql_database="anope"
prefix="anope_"
-die="no"
+die="yes"
###########################