This commit is contained in:
rootzoll 2020-06-05 12:05:28 +02:00
commit 1de4fe0b82
2 changed files with 2 additions and 2 deletions

View File

@ -171,5 +171,5 @@ if [ "${touchscreen}" = "1" ]; then
fi
fi
echo "# ******************************************"
echo "# OK - shell scripts and assests are synced"
echo "# OK - shell scripts and assets are synced"
echo "# Reboot recommended"

View File

@ -22,7 +22,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
else
# missing -> add
echo "" | sudo tee -a /etc/fstab >/dev/null
echo "tmpfs /var/cache/raspiblitz tmpfs nodev,nosuid,size=8M 0 0" | sudo tee -a /etc/fstab >/dev/null
echo "tmpfs /var/cache/raspiblitz tmpfs nodev,nosuid,size=32M 0 0" | sudo tee -a /etc/fstab >/dev/null
fi
fi