Move to native backup system (#145)
* begin using native OP backup * path fix * restore menu * don't send whole path * use CAMERA_ARR for instance_status * read arrays only if files exist * ready for PR
This commit is contained in:
@@ -141,7 +141,7 @@ new_instance() {
|
||||
|
||||
#USB cameras
|
||||
if [ "$firstrun" != "true" ]; then
|
||||
if prompt_confirm "Would you like to auto detect an associated USB camera (experimental)?"; then
|
||||
if prompt_confirm "Would you like to auto detect an associated USB camera?"; then
|
||||
add_camera
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user