Template updates (commit: caf28db)
All checks were successful
Push to GitHub / mirror (push) Successful in 6s
All checks were successful
Push to GitHub / mirror (push) Successful in 6s
This commit is contained in:
11
initialize.sh
Executable file
11
initialize.sh
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
if [ ! -f ".vars" ]; then
|
||||||
|
cp vars.example .vars
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -f "config.yaml" ]; then
|
||||||
|
cp config.yaml.example config.yaml
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user