summarylogtreecommitdiffstats
path: root/balena-etcher-electron.sh
diff options
context:
space:
mode:
authorMatthew McGinn2020-06-01 08:07:59 -0400
committerMatthew McGinn2020-06-01 08:14:53 -0400
commite5891ab101adbff42dfacf7d6574ae834f2522fe (patch)
tree54d72aa76b86e64892ce09e9f1f3b7ea01a2336f /balena-etcher-electron.sh
parent699c02c67b1783b67ffca741b5b279f769fa0ed7 (diff)
downloadaur-e5891ab101adbff42dfacf7d6574ae834f2522fe.tar.gz
update version to v1.5.95
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 457c083c37a0..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 electron9 /usr/lib/balena-etcher "$@"
+ exec electron /usr/lib/balena-etcher "$@"
else
- exec electron9 --no-sandbox /usr/lib/balena-etcher "$@"
+ exec electron --no-sandbox /usr/lib/balena-etcher "$@"
fi