From 081e88c79d3147e27d0ea0617644f849a2c3d371 Mon Sep 17 00:00:00 2001 From: Mathew Date: Fri, 17 Mar 2017 09:37:13 -0400 Subject: [PATCH] Spelling corrections --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index da226a0..8f2cf7b 100644 --- a/install.sh +++ b/install.sh @@ -26,8 +26,8 @@ sudo cp -r motion /etc/default/motion # Install DoorPi into /etc/ sudo mkdir /etc/doorpi -sudo cp cp -r DoorPiMedia.py /etc/doorpi/DoorPiMedia.py -sudo cp cp -r config.json /etc/doorpi/config.json +sudo cp -r DoorPiMedia.py /etc/doorpi/DoorPiMedia.py +sudo cp -r config.json /etc/doorpi/config.json # Make the DoorPi script Executable sudo chmod +x /etc/doorpi/DoorPiMedia.py @@ -44,4 +44,4 @@ fi say "All installs have been completed, Please reboot this Pi." #sudo shutdown now -r -# The command to boot motion is: sudo motion -c /etc/motion/motion.conf +# The command to boot motion is: sudo motion -c /etc/motion/motion.conf \ No newline at end of file -- libgit2 0.21.2