New XML functions for RevPiCommander

This commit is contained in:
2020-09-24 18:32:41 +02:00
parent 735786144e
commit b24ea9fcb3
2 changed files with 48 additions and 1 deletions

11
debian/postinst vendored
View File

@@ -6,6 +6,17 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
case "$1" in
configure)
cat <<-END
========== Important RevPiPyLoad post-installation note ==========
The XML-RPC service is bind to localhost, only. To access the
daemon via RevPiCommander from your network, please change the
bindip in /etc/revpipyload/revpipyload.conf or execute:
sudo revpipyload_secure_installation
END
;;
esac