Skip to content

Commit 8e427f4

Browse files
committed
fix: correct autostart command in setup script
1 parent 666ed4a commit 8e427f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pi-node/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ if [[ -d /home/pi ]]; then
161161
xset -dpms
162162
unclutter -idle 0.5 -root &
163163
systemctl start display-kiosk &
164-
AUTOSTART
164+
AUTOSTART
165165
chown -R pi:pi /home/pi/.config
166166
fi
167167

0 commit comments

Comments
 (0)