summarylogtreecommitdiffstats
path: root/motioneye.install
blob: a8984899bb81f0b0c08f8172d58a73b598f5e4d9 (plain)
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
}