mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-26 17:51:48 +01:00
fix typo
This commit is contained in:
parent
d5148d46fc
commit
ac515d7375
@ -925,7 +925,7 @@ if [ "$1" = "tempmount" ]; then
|
||||
# get device to temp mount
|
||||
hdd=$2
|
||||
if [ ${#hdd} -eq 0 ]; then
|
||||
>&2 echo "# FAIL which device shozld be temp mounted (e.g. sda)"
|
||||
>&2 echo "# FAIL which device should be temp mounted (e.g. sda)"
|
||||
>&2 echo "# run 'status' to see device candidates"
|
||||
echo "error='missing second parameter'"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user