diff --git a/README.md b/README.md
index f5b28bb..bed201b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Bash shell scripts that transform a Raspberry Pi (or any single-board computer running a Debian-based Linux distribution) into an inexpensive, fully-automatic, pocketable photo backup and streaming device.
-
+
## Installation
diff --git a/backup.sh b/backup.sh
index 8febe21..44de230 100755
--- a/backup.sh
+++ b/backup.sh
@@ -58,7 +58,7 @@ if [ ! -z $CARD_READER ]; then
fi
# Log the output of the lsblk command for troubleshooting
-sudo lsblk > "/home/pi/lsblk.log"
+sudo lsblk > lsblk.log
# Read the 8-digit identifier number from the CARD_ID file on the card
# and use it as a directory name in the backup path