Skip to content

Commit

Permalink
Merge branch 'main' into youngp/easy-reg
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbupark authored Sep 5, 2023
2 parents e26eb6f + 0d02367 commit 2ea379e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runAsRoot() {
local CMD="$*"

if [ $EUID -ne 0 -a $USE_SUDO = "true" ]; then
echo "Additional permissions needed. Please enter your sudo password..."
echo "Additional permission needed. Please enter your sudo password if prompted..."
CMD="sudo $CMD"
fi

Expand Down

0 comments on commit 2ea379e

Please sign in to comment.