summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update-me.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/update-me.in b/update-me.in
index 0c84c16..f20f837 100644
--- a/update-me.in
+++ b/update-me.in
@@ -80,9 +80,10 @@ command_needs_root() {
s@^.*/@@
'
)
- if [ "${cmd}" = 'mount' ] \
- || [ "${cmd}" = 'checkservices' ] \
- || [ "${cmd}" = 'check-kernel' ]; then
+ if [ "${cmd}" = 'checkservices' ] \
+ || [ "${cmd}" = 'check-kernel' ] \
+ || [ "${cmd}" = 'mount' ] \
+ || [ "${cmd}" = 'report-installed-packages' ]; then
return 0
else
return 1