summarylogtreecommitdiffstats
path: root/balena-etcher-electron.sh
blob: 3bd59572ad24b3b26242dd48f462e40aa11930c4 (plain)
1
2
3
4
5
6
#!/bin/bash
ARGS="--no-sandbox"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
    ARGS=""
fi
exec electron6 "${ARGS}" /usr/lib/balena-etcher "$@"