summaryrefslogtreecommitdiffstats
path: root/src/opkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/opkg.sh')
-rw-r--r--src/opkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkg.sh b/src/opkg.sh
index 9b5af55..d801309 100644
--- a/src/opkg.sh
+++ b/src/opkg.sh
@@ -24,7 +24,7 @@ opkg_install_all()
shift 1
local es=
- session_begin "${root}" . : true
+ session_begin "${root}" . true
es=0
session_exec /bin/sh -c \
'opkg install $(opkg list-installed | cut -d " " -f 1)' || \