quickpassthrough/internal/common/errors.go
2024-06-16 23:57:19 -07:00

5 lines
282 B
Go

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."