Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Lutz <arthur.lutz@gmail.com>2018-06-04 12:33:54 +0300
committerGitHub <noreply@github.com>2018-06-04 12:33:54 +0300
commit8fbfbc87fe7595588d35d5e855487d99d50bb85f (patch)
tree6ef26e77f79fcf2e263756201773e1fa750a6a8f
parenta35f29f7b1f2240c9f2593c49b27742fe6a3ee2b (diff)
remote extra whitespace
-rwxr-xr-xsrc/modules/octopi/filesystem/home/root/bin/webcamd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/octopi/filesystem/home/root/bin/webcamd b/src/modules/octopi/filesystem/home/root/bin/webcamd
index 78d7def..36cc3b0 100755
--- a/src/modules/octopi/filesystem/home/root/bin/webcamd
+++ b/src/modules/octopi/filesystem/home/root/bin/webcamd
@@ -27,7 +27,7 @@ if [ -e "/boot/octopi.txt" ]; then
source "/boot/octopi.txt"
fi
-brokenfps_usb_devices=("046d:082b" "1908:2310" "0458:708c" "1e4e:0102" "0471:0311" "${additional_brokenfps_usb_devices[@]}")
+brokenfps_usb_devices=("046d:082b" "1908:2310" "0458:708c" "1e4e:0102" "0471:0311" "${additional_brokenfps_usb_devices[@]}")
# check if array contains a string
function containsString() {