vps setup
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# Script to create secret file from template
|
||||
# Usage: ./create-secret-file-from-template.sh /path/to/template /path/to/output
|
||||
|
||||
TEMPLATE_FILE="${1:-lottery-config.properties.template}"
|
||||
OUTPUT_FILE="${2:-/run/secrets/lottery-config.properties}"
|
||||
TEMPLATE_FILE="${1:-honey-config.properties.template}"
|
||||
OUTPUT_FILE="${2:-/run/secrets/honey-config.properties}"
|
||||
OUTPUT_DIR=$(dirname "$OUTPUT_FILE")
|
||||
|
||||
# Check if template exists
|
||||
|
||||
Reference in New Issue
Block a user