5 lines
67 B
Bash
5 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
chown -R spaceport:spaceport .
|
||
|
chmod -R ug=rwX,o=rX .
|