Commit 081e88c79d3147e27d0ea0617644f849a2c3d371
1 parent
6e23ed88
Spelling corrections
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
install.sh
@@ -26,8 +26,8 @@ sudo cp -r motion /etc/default/motion | @@ -26,8 +26,8 @@ sudo cp -r motion /etc/default/motion | ||
26 | 26 | ||
27 | # Install DoorPi into /etc/ | 27 | # Install DoorPi into /etc/ |
28 | sudo mkdir /etc/doorpi | 28 | sudo mkdir /etc/doorpi |
29 | -sudo cp cp -r DoorPiMedia.py /etc/doorpi/DoorPiMedia.py | ||
30 | -sudo cp cp -r config.json /etc/doorpi/config.json | 29 | +sudo cp -r DoorPiMedia.py /etc/doorpi/DoorPiMedia.py |
30 | +sudo cp -r config.json /etc/doorpi/config.json | ||
31 | 31 | ||
32 | # Make the DoorPi script Executable | 32 | # Make the DoorPi script Executable |
33 | sudo chmod +x /etc/doorpi/DoorPiMedia.py | 33 | sudo chmod +x /etc/doorpi/DoorPiMedia.py |
@@ -44,4 +44,4 @@ fi | @@ -44,4 +44,4 @@ fi | ||
44 | say "All installs have been completed, Please reboot this Pi." | 44 | say "All installs have been completed, Please reboot this Pi." |
45 | #sudo shutdown now -r | 45 | #sudo shutdown now -r |
46 | 46 | ||
47 | -# The command to boot motion is: sudo motion -c /etc/motion/motion.conf | 47 | -# The command to boot motion is: sudo motion -c /etc/motion/motion.conf |
48 | +# The command to boot motion is: sudo motion -c /etc/motion/motion.conf | ||
48 | \ No newline at end of file | 49 | \ No newline at end of file |