mirror of https://github.com/tteck/Proxmox.git
Update motioneye_setup.sh
parent
0482815a67
commit
85277789f9
|
@ -90,8 +90,8 @@ echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
|
||||||
EOF
|
EOF
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||||
systemctl enable motioneye
|
systemctl enable motioneye &>/dev/null
|
||||||
systemctl start motioneye
|
systemctl start motioneye
|
||||||
|
|
||||||
echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m"
|
||||||
rm -rf /motioneye_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
rm -rf /motioneye_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue