Update rocky9-touchless.sh

deprecate-old-monitor-groups
Moe 2022-12-16 22:26:50 -08:00
parent c2c867206b
commit ce36227bec
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@ sudo firewall-cmd --permanent --add-port=8080/tcp -q
sudo firewall-cmd --reload -q
echo "Enabling Superuser"
sudo cp super.sample.json super.json
if [ ! -e "./conf.json" ]; then
echo "Creating conf.json"
cp conf.sample.json conf.json
fi
echo "========================================================="
sudo pm2 start camera.js