Heavy refactoring, see PR #28
This commit is contained in:
parent
ab104bb7bc
commit
3337efcb8f
11 changed files with 323 additions and 156 deletions
5
internal/common/errors.go
Normal file
5
internal/common/errors.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package common
|
||||
|
||||
const PermissionNotice = "\nPermissions error occured during file operation.\n" +
|
||||
"This could mean you initially ran QuickPassthrough as root or with sudo, but are now running it as a normal user. " +
|
||||
"Please try running QuickPassthrough as root/with sudo again."
|
Loading…
Add table
Add a link
Reference in a new issue