Skip to content

Commit 95d3010

Browse files
authored
Update device_install.py
1 parent fa6ec7e commit 95d3010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/plugins/screens/device_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def read(id=False): # GET
4646
cat > /home/pi/.config/labwc/autostart <<EOL
4747
#!/bin/bash
4848
sleep 2
49-
chromium-browser --kiosk http://monitorpi10.screens.ikhost.ch --noerrdialogs --disable-infobars --no-first-run --enable-features=OverlayScrollbar --start-maximized --ignore-certificate-errors
49+
chromium-browser --kiosk http://$(hostname -s).{0} --noerrdialogs --disable-infobars --no-first-run --enable-features=OverlayScrollbar --start-maximized --ignore-certificate-errors
5050
5151
EOL
5252

0 commit comments

Comments
 (0)