blob: 01e6f0141739dc8b23f83816f5222e5a257f4dcc (
plain)
1
2
3
4
5
6
|
post_upgrade() {
echo ":: please stop the web server running thruk now and delete the caches with:"
echo " rm -rf /var/lib/thruk/*"
echo " you also might have to restart lmd with:"
echo " thruk -a livecachestop --local"
}
|