mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
11 lines
197 B
Bash
11 lines
197 B
Bash
#! /bin/bash
|
|
|
|
BIN=/usr/bin/microsoft-edge-real
|
|
|
|
# Run normally on privved containers or modified un non priv
|
|
${BIN} \
|
|
--password-store=basic \
|
|
--no-sandbox \
|
|
--test-type \
|
|
"$@" >/dev/null 2>&1
|