summarylogtreecommitdiffstats
path: root/minecraft-server.install
diff options
context:
space:
mode:
authorGordian Edenhofer2016-01-26 00:18:20 +0100
committerGordian Edenhofer2016-01-26 00:18:20 +0100
commit130c71b396936b49f85e4dc571092a70ea538bfa (patch)
tree10b2c3b0e101b7e63dbf1bec9b3207b6a52ba0db /minecraft-server.install
parentb94e3db3db0e96c489bc4a40fc7c8c75246cb56e (diff)
downloadaur-130c71b396936b49f85e4dc571092a70ea538bfa.tar.gz
Upgpkg: 1.8.9-2
Variable name for the management script's name
Diffstat (limited to 'minecraft-server.install')
-rw-r--r--minecraft-server.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/minecraft-server.install b/minecraft-server.install
index fc4635c71153..961988caa3b8 100644
--- a/minecraft-server.install
+++ b/minecraft-server.install
@@ -28,8 +28,10 @@ post_upgrade() {
chown -R ${USER}:${USER} "${SERVER_ROOT}"
if [[ -f /etc/conf.d/minecraft.pacnew ]]; then
- echo -e "\e[34;1m==>\e[39;1m NOTE: There was a new change on how backup files are handled! Please merge the new \e[0m"
- echo -e "\e[34;1m==>\e[39;1m configuration file into /etc/conf.d/minecraft by e.g. pacdiff. \e[0m"
+ echo -e "\e[34;1m==>\e[39;1m NOTE: There was a new change on how backup files are handled! Unfortunately this makes \e[0m"
+ echo -e "\e[34;1m==>\e[39;1m old backups incompatible with the newly implemeted restore feature. Bare in mind that no data is lost \e[0m"
+ echo -e "\e[34;1m==>\e[39;1m neither are those backups useless. They just will not work with the restore capability of the management script. \e[0m"
+ echo -e "\e[34;1m==>\e[39;1m NOTE: Please merge the new configuration file into /etc/conf.d/minecraft by e.g. using pacdiff. \e[0m"
fi
}