summarylogtreecommitdiffstats
path: root/balena-etcher-electron.sh
diff options
context:
space:
mode:
authorMatthew McGinn2020-05-25 14:15:43 -0400
committerMatthew McGinn2020-05-25 14:15:43 -0400
commitcda4d61377750fb6987b1e41df624b7f9a85b92c (patch)
treebfe25285baa2ae5d683a40a3162c31866197fded /balena-etcher-electron.sh
parent92674a4dc441fb6626553e74bad1b1b8522008c5 (diff)
downloadaur-cda4d61377750fb6987b1e41df624b7f9a85b92c.tar.gz
bump to v1.5.93 (migrating to electron9)
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'balena-etcher-electron.sh')
-rwxr-xr-xbalena-etcher-electron.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/balena-etcher-electron.sh b/balena-etcher-electron.sh
index a33504919b64..20ac18aee82b 100755
--- a/balena-etcher-electron.sh
+++ b/balena-etcher-electron.sh
@@ -1,6 +1,6 @@
#!/bin/bash
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
- exec electron7 /usr/lib/balena-etcher "$@"
+ exec electron /usr/lib/balena-etcher "$@"
else
- exec electron7 --no-sandbox /usr/lib/balena-etcher "$@"
+ exec electron --no-sandbox /usr/lib/balena-etcher "$@"
fi