feat: Verbesserung der Benutzerinteraktion im Installer-Skript durch Hinzufügen einer Bedingung zur automatischen Aktivierung des Kiosk-Browsers bei Root-Rechten
This commit is contained in:
parent
dcafa1bc13
commit
4310e1630c
@ -484,8 +484,9 @@ EOF
|
||||
# Kiosk-Browser-Service für Produktion
|
||||
remove_old_services "kiosk"
|
||||
create_kiosk_service
|
||||
|
||||
# Optional: Service automatisch aktivieren
|
||||
|
||||
# Optional: Service automatisch aktivieren
|
||||
if [ $is_root -eq 1 ]; then
|
||||
read -p "Soll der Kiosk-Browser beim Boot automatisch starten? (j/n, Standard: j): " auto_kiosk
|
||||
if [ "$auto_kiosk" != "n" ]; then
|
||||
systemctl enable myp-kiosk-browser.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user