Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
change new release message by add sudo before secman upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Oct 11, 2021
1 parent fa890ec commit 57382dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/constants/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func Check_ml() string {
if [ $l != $c ]; then
nr="there's a new release of secman is avalaible: "
up="to upgrade run"
smu="secman upgrade"
smu="sudo secman upgrade"
echo ""
echo "$nr $c → $l"
Expand Down

0 comments on commit 57382dc

Please sign in to comment.