summarylogtreecommitdiffstats
path: root/zwave-js-server.install
blob: 6e70a6e170bf60214e7bb7b7570db38483cbdce5 (plain)
1
2
3
4
5
6
7
post_upgrade() {
    cat <<EOF
    NOTE: Version 1.40.0-2 introduces a breaking change in the service file!!  The service template
    now takes a configuration file name instead of a device path.
    See /etc/conf.d/zwave-js-server/zwave-device.conf.example for details.
EOF
}