3 lines
65 B
Bash
3 lines
65 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
chmod -R 777 data/storage data/uploads data/env.conf
|