cameraadding

This commit is contained in:
paukstelis
2022-05-27 16:09:37 -04:00
parent ed41deef9e
commit b096cbf1b1

View File

@@ -155,7 +155,7 @@ new_instance () {
main_menu
fi
fi
#check to make sure first run is complete
if grep -q 'firstRun: true' $BFOLD/config.yaml; then
echo "WARNING!! You must setup the template profile and admin user before continuing" | log
@@ -384,7 +384,7 @@ add_camera() {
done
fi
if [ "$camopt" == generic] then;
if [ "$camopt" == generic]; then
echo "Don't add cameras to the generic instance."
main_menu
fi