blob: f47f69f7c4eaed425d2a00378bd4c7e86f426197 (
plain)
1
2
3
4
5
6
7
|
post_upgrade() {
if [[ $(vercmp 4.0.0 "$2") -gt 0 ]]; then
echo "Flood now uses command-line arguments for configuration."
echo "https://github.com/jesec/flood/wiki/Configuration"
echo "Arguments for the systemd service are configured in /etc/conf.d/flood"
fi
}
|