Solved shellcheck errors

This commit is contained in:
Kevin Veen-Birkenbach [aka. Frantz]
2020-05-05 11:50:20 +02:00
parent e42a931032
commit 54f550e566
5 changed files with 11 additions and 8 deletions

View File

@@ -38,8 +38,8 @@
mkdir -p /mnt/raspbian
# mount partition
mount -o rw ${1}2 /mnt/raspbian
mount -o rw ${1}1 /mnt/raspbian/boot
mount -o rw "$1""2" /mnt/raspbian
mount -o rw "$1""1" /mnt/raspbian/boot
# mount binds
mount --bind /dev /mnt/raspbian/dev/