4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/bash
|
|
set -eu
|
|
|
|
echo "[INFO] Continue without pre-start script."
|