8 lines
104 B
Bash
8 lines
104 B
Bash
#!/bin/bash
|
|
|
|
touch data/acme.json
|
|
chmod 600 data/acme.json
|
|
|
|
touch logs/stdout.log
|
|
touch logs/access.log
|