1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
post_install(){ cat <<INFO The default login credentials for the web interface are: username: admin password: (no password) INFO chown motion:motion /etc/motioneye/motioneye.conf chown motion:motion /etc/motioneye } post_upgrade() { chown motion:motion /etc/motioneye/motioneye.conf chown motion:motion /etc/motioneye }