Update fixperms script
This commit is contained in:
parent
20fe4a112e
commit
8c1f0b4778
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo chown -R root:nomad ./jobs
|
||||
|
||||
sudo find . -type d -exec chmod 775 {} \;
|
||||
|
||||
sudo find . -type f -exec chmod 664 {} \;
|
||||
|
|
Loading…
Reference in a new issue