postal/scripts/start.sh
2017-04-26 16:38:01 -04:00

11 lines
206 B
Bash
Executable File

#!/bin/bash
## Generate keys if they do not exist
if [[ ! -f /opt/postal/config/signing.key ]]; then
/opt/postal/app/bin/postal initialize-config
fi
## Use augeas to set the MySQL/RabbitMQ setup
## Run