New image. Tweak lsblk logging 🐒
This commit is contained in:
@@ -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.
|
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.
|
||||||
|
|
||||||
<img src="http://i.imgur.com/xrpfK9h.jpg" alt="" width="375"/>
|
<img src="https://i.imgur.com/n1xGPn8.jpg" alt="" width="375"/>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ if [ ! -z $CARD_READER ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Log the output of the lsblk command for troubleshooting
|
# 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
|
# 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
|
# and use it as a directory name in the backup path
|
||||||
|
|||||||
Reference in New Issue
Block a user