Update MBetterClient wrapper launch to include both --ssl and --web-host options

- Add --web-host 0.0.0.0 option to wrapper launch command
- Maintain --ssl option for secure communication
- Enable web interface access from all network interfaces
- Complete wrapper configuration for MBetterClient
parent 97b5f4d4
......@@ -587,8 +587,8 @@ EOF
# Set keyboard layout
setxkbmap us
# Launch MBetterClient via wrapper with SSL support
exec /usr/local/bin/MbetterClient_wrapper.sh --ssl
# Launch MBetterClient via wrapper with SSL and web host support
exec /usr/local/bin/MbetterClient_wrapper.sh --ssl --web-host 0.0.0.0
EOF
chmod +x "$TARGET_MOUNT/home/mbetterclient/.xinitrc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment