4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
|
|
sed -i "s|\(^from = \).*|\1${EMAIL}|" /srv/gnuhealth/gnuhealth_conf/trytond.conf
|