Include all directories in script
This commit is contained in:
parent
c224004ccf
commit
6a5d4ed0fc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo chown -R root:nomad ./jobs
|
||||
sudo chown -R root:nomad ./
|
||||
|
||||
sudo find . -type d -exec chmod 775 {} \;
|
||||
|
||||
|
|
Loading…
Reference in a new issue