improve stand-alone camera

This commit is contained in:
paukstelis
2022-01-22 19:02:49 -05:00
parent af46148779
commit 343e925c46

View File

@@ -299,8 +299,9 @@ add_camera() {
select opt in "${options[@]}"
do
echo "Selected instance for camera: $opt" | log
INSTANCE = $opt
OCTOCONFIG = "/home/$user/.$INSTANCE/"
INSTANCE=$opt
OCTOCONFIG="/home/$user/"
OCTOUSER=$user
break
done
fi