Comment typo fix

This commit is contained in:
Sascha Affolter 2018-11-11 13:42:46 +01:00 committed by GitHub
parent 0aa2d287a1
commit 31690f92f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ if [ ${isARM} -eq 0 ]; then
fi fi
echo "OK running on Linux ARM architecture." echo "OK running on Linux ARM architecture."
# keep in mind thet DietPi for Raspberry is also a stripped down Raspbian # keep in mind that DietPi for Raspberry is also a stripped down Raspbian
echo "Detect Base Image ..." echo "Detect Base Image ..."
baseImage="?" baseImage="?"
isDietPi=$(uname -n | grep -c 'DietPi') isDietPi=$(uname -n | grep -c 'DietPi')