8 lines
163 B
Bash
8 lines
163 B
Bash
#!/bin/sh
|
|
|
|
# Volumes
|
|
GNUHEALTH_CONF="${VOLUMES_DIR}/gnuhealth/gnuhealth_conf"
|
|
|
|
# Replacements
|
|
sed -i "s|\(^from = \).*|\1${EMAIL}|" ${GNUHEALTH_CONF}/trytond.conf
|