mirror of
https://github.com/HikariKnight/quickpassthrough.git
synced 2025-05-14 07:04:48 -04:00
5 lines
282 B
Go
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."
|