Skip to content

Commit

Permalink
Fixed broken reference to README.md in installer.sh
Browse files Browse the repository at this point in the history
Replace README with README.md
  • Loading branch information
Anonymousdog committed Jun 26, 2018
1 parent 0b8efdd commit 3da8d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ systemctl daemon-reload
systemctl enable displaycameras

echo "Installation Successful!"
read -p "See the README? [Y/y/N/n]"
read -p "See the README.md? [Y/y/N/n]"
if [ "$REPLY" = "Y" -o "$REPLY" = "y" ]; then
echo "Use the space bar (or PgDn) to page down, PgUp to page up, q to quit"
read -p "Press Enter to begin."
less $DIR/README
less $DIR/README.md
fi
exit 0

0 comments on commit 3da8d66

Please sign in to comment.