summarylogtreecommitdiffstats
path: root/balena-etcher-electron.sh
diff options
context:
space:
mode:
Diffstat (limited to 'balena-etcher-electron.sh')
-rwxr-xr-xbalena-etcher-electron.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/balena-etcher-electron.sh b/balena-etcher-electron.sh
deleted file mode 100755
index 78aa2ece41c3..000000000000
--- a/balena-etcher-electron.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
- exec electron12 /usr/lib/balena-etcher "$@"
-else
- exec electron12 --no-sandbox /usr/lib/balena-etcher "$@"
-fi