summarylogtreecommitdiffstats
path: root/redis.install
blob: 4d286d69465abb1d70fc6e7b528e6a3d6301bfcb (plain)
1
2
3
4
5
6
7
post_upgrade() {
  if (( $(vercmp $2 6.2.1-2) < 0 )); then
    echo ""
    echo "Note: The redis config has been moved from /etc/redis.conf to /etc/redis/redis.conf"
    echo ""
  fi
}