caddy-retired/conf/example/script
kebler.net 6567658636 refactor of caddy script
- put commandline option back int
- supports instance folder in conf/
-  supports _shared conf folder
-- supports instance script
moved instance specific conf to branches
moved things around and updated gitigonre in support of refactored script
2021-10-10 12:36:03 -07:00

4 lines
92 B
Bash

#!/bin/bash
echo running custom script for $INSTANCE
source ${CONF_SHARED_DIR}/aws/aws.env