Navigation Menu

Skip to content

Commit

Permalink
Drop noise output
Browse files Browse the repository at this point in the history
Make prints the sudo setcap commands it executes, no need to
additionally echo "Set required capabilities".

Especially as "set" can be misunderstood as being in the imperative
mood, telling the developer to do something, instead of being past
tense telling what was done on the previous line.

Change-Id: I1138fa28a4d08b57d55552d0e012dcfd778b423c
  • Loading branch information
Tor Lillqvist committed Jul 12, 2018
1 parent 3b4269a commit b152e02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.am
Expand Up @@ -351,7 +351,6 @@ all-local: loolforkit @TILECACHE_PATH@ @JAILS_PATH@ $(SYSTEM_STAMP)
if ENABLE_SETCAP
sudo @SETCAP@ cap_fowner,cap_mknod,cap_sys_chroot=ep loolforkit
sudo @SETCAP@ cap_sys_admin=ep loolmount
echo "Set required capabilities"
else
echo "Skipping capability setting"
endif
Expand Down

0 comments on commit b152e02

Please sign in to comment.