8 lines
147 B
Bash
8 lines
147 B
Bash
#!/bin/sh
|
|
|
|
# Volumes
|
|
CTS_CONF="${VOLUMES_DIR}/cts/cts_conf"
|
|
|
|
# Replacements
|
|
sed -i "s|\(^SERVER_EMAIL = \).*|\1'${EMAIL}'|" ${CTS_CONF}/spotter.py
|