mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
Merge branch 'master' into ui-rewrite
This commit is contained in:
@@ -63,6 +63,12 @@ impl Daemon {
|
||||
.arg(SOCK_PATH)
|
||||
.output()
|
||||
.expect("Failed to chmod");
|
||||
|
||||
Command::new("chown")
|
||||
.arg("nobody:wheel")
|
||||
.arg(SOCK_PATH)
|
||||
.output()
|
||||
.expect("Failed to chown");
|
||||
|
||||
Command::new("chown")
|
||||
.arg("nobody:wheel")
|
||||
|
||||
Reference in New Issue
Block a user