Remove sudo from tee cmd as we're already in sudo cmd mode.#10291
Remove sudo from tee cmd as we're already in sudo cmd mode.#10291rwestMSFT merged 2 commits intoMicrosoftDocs:livefrom
Conversation
|
@BeauSmyth19901 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 60c3398: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Ubuntu ODBC installation include to remove a redundant sudo from a tee command when the instructions have already switched into a root shell via sudo su.
Changes:
- Remove
sudofrom theteeinvocation used to install the Microsoft repository GPG key (Ubuntu 18.04 tab).
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
remove missed redundant `sudo` calls.
|
Learn Build status updates of commit bd15f93: ✅ Validation status: passed
For more details, please refer to the build report. |
|
PR 10291 has been merged from BeauSmyth19901:patch-1 to MicrosoftDocs:live by rwestMSFT. |
Just reading through the docs on this and caught what I think is a possible copy/paste mistake.
Since the steps begin with an invocation of
sudo suI think that means we should be able to invoketeewithout it untilexitis invoked.