mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
Debian postinst aufgenommen für Infos der Konfig-Migration
Puffer für PLC Prozess auf 0 gesetzt gegen hängenden Start von Popen
This commit is contained in:
27
debian/postinst
vendored
Executable file
27
debian/postinst
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
cat <<-END
|
||||
|
||||
======= Important RevPiPyLoad post-installation note =======
|
||||
|
||||
If you upgrade from pre 0.6.5 Version,you have to migrate to the
|
||||
new config file format!!!
|
||||
/etc/revpipyload/revpipyload.conf
|
||||
|
||||
READ:
|
||||
DE: https://revpimodio.org/revpipyplc-auf-065/
|
||||
EN: https://revpimodio.org/en/revpipyplc-to-064/
|
||||
|
||||
END
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user