boundary icon indicating copy to clipboard operation
boundary copied to clipboard

Fix output redirection for non-root users

Open stephan242 opened this issue 1 year ago • 0 comments

The > in this command is done by bash, not by cat, therefore, if run by non-root user you will get permission denied. Fixing by running the entire sudo'd command in bash.

stephan242 avatar Nov 03 '22 13:11 stephan242