6 lines
No EOL
97 B
Bash
Executable file
6 lines
No EOL
97 B
Bash
Executable file
#!/bin/bash
|
|
set -eux
|
|
|
|
mkdir -p /mnt/nfs/results
|
|
chmod 777 /mnt/nfs/results
|
|
nginx -g "daemon off;" |