From b747cfc5ae7e561aa8a19f2ce0121f9903822118 Mon Sep 17 00:00:00 2001 From: Dmitri Popov Date: Sun, 1 Oct 2017 14:31:32 +0200 Subject: [PATCH] New image. Tweak lsblk logging :monkey: --- README.md | 2 +- backup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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