diff --git a/board/common/overlay/usr/share/post-upgrade/20170827.sh b/board/common/overlay/usr/share/post-upgrade/20170827.sh new file mode 100644 index 0000000000..fc28fd2c2a --- /dev/null +++ b/board/common/overlay/usr/share/post-upgrade/20170827.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# add password_hook motioneye setting +grep password_hook /data/etc/motioneye.conf &>/dev/null || echo -e 'password_hook /usr/libexec/meyepasswd' >> /data/etc/motioneye.conf +