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