4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sed -i "s|\(^SERVER_EMAIL = \).*|\1'${EMAIL}'|" /srv/cts/conf/spotter.py
|