mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix typo
This commit is contained in:
parent
9c4d650268
commit
4cbaf15324
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ if [ "$1" = "calibrate" ]; then
|
|||
if [ "$2" == "norestart" ]; then
|
||||
echo "# skipping touchscreen restart"
|
||||
else
|
||||
echo "# retstarting touchscreen"
|
||||
echo "# restarting touchscreen"
|
||||
sudo init 3
|
||||
sleep 3
|
||||
sudo init 5
|
||||
|
|
Loading…
Add table
Reference in a new issue