6 lines
No EOL
106 B
Bash
Executable file
6 lines
No EOL
106 B
Bash
Executable file
#!/bin/bash
|
|
set -eux
|
|
|
|
mkdir -p /mnt/nfs/results
|
|
cp /scripts/*.html /mnt/nfs/results
|
|
nginx -g "daemon off;" |