Spotter-VM/lxc-apps/sigmah/install/update-conf.sh

6 lines
286 B
Bash
Raw Normal View History

#!/bin/sh
2019-10-05 16:34:10 +02:00
sed -i "s|\(^mail\.from\.address=\).*|\1${EMAIL}|" /srv/sigmah/sigmah_conf/sigmah.properties
sed -i "s|\(^mail\.support\.to=\).*|\1${EMAIL}|" /srv/sigmah/sigmah_conf/sigmah.properties
sed -i "s|\(^maps\.key=\).*|\1${GMAPS_API_KEY}|" /srv/sigmah/sigmah_conf/sigmah.properties