diff --git a/INSTALL/rocky9-touchless.sh b/INSTALL/rocky9-touchless.sh index 6138cf14..5a13a0e7 100644 --- a/INSTALL/rocky9-touchless.sh +++ b/INSTALL/rocky9-touchless.sh @@ -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