summarylogtreecommitdiffstats
path: root/minecraft-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'minecraft-server.install')
-rw-r--r--minecraft-server.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft-server.install b/minecraft-server.install
index f420f5528550..fc42dcdea316 100644
--- a/minecraft-server.install
+++ b/minecraft-server.install
@@ -28,7 +28,7 @@ post_install() {
post_upgrade() {
chown -R ${_user}:${_user} "${_server_root}"
- if [[ -f /etc/conf.d/${_game}.pacnew ]]; then
+ if [[ -f /etc/conf.d/${_game}.pacnew ]]; then # TODO: remove oneday
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"