Skip to content

Commit

Permalink
Fix non Docker user prompt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojing1987 committed Sep 10, 2024
1 parent a5a0229 commit 959e984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function App() {
.join(' ');

if (errorText.includes("permission denied")) {
setAlertMessage("Permission denied.");
setAlertMessage("Your user does not have Docker permissions. Grant Docker permissions to this user by command: sudo usermod -aG docker <username>");
}
else {
setAlertMessage(errorText || "Login Nginxproxymanager Error.");
Expand Down

0 comments on commit 959e984

Please sign in to comment.