7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
touch data/acme.json
|
|
touch logs/access.log
|
|
touch logs/stdout.log
|
|
chmod 600 data/acme.json
|