4 lines
71 B
Bash
4 lines
71 B
Bash
#!/bin/bash
|
|
chmod -R 707 .
|
|
cp ./storage/example/_.htaccess ./.htaccess
|
#!/bin/bash
|
|
chmod -R 707 .
|
|
cp ./storage/example/_.htaccess ./.htaccess
|