We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6ec7e commit 95d3010Copy full SHA for 95d3010
1 file changed
app/plugins/screens/device_install.py
@@ -46,7 +46,7 @@ def read(id=False): # GET
46
cat > /home/pi/.config/labwc/autostart <<EOL
47
#!/bin/bash
48
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
+chromium-browser --kiosk http://$(hostname -s).{0} --noerrdialogs --disable-infobars --no-first-run --enable-features=OverlayScrollbar --start-maximized --ignore-certificate-errors
50
51
EOL
52
0 commit comments