mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
Imrove console output
This commit is contained in:
parent
12cf4ecd89
commit
9815f17b16
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ sed --follow-symlinks -i "s/EWS_HPFEEDS_SECRET.*/EWS_HPFEEDS_SECRET=${mySECRET}/
|
||||||
sed --follow-symlinks -i "s/EWS_HPFEEDS_FORMAT.*/EWS_HPFEEDS_FORMAT=${myFORMAT}/g" "$myTPOTYMLFILE"
|
sed --follow-symlinks -i "s/EWS_HPFEEDS_FORMAT.*/EWS_HPFEEDS_FORMAT=${myFORMAT}/g" "$myTPOTYMLFILE"
|
||||||
echo "Now starting T-Pot ..."
|
echo "Now starting T-Pot ..."
|
||||||
systemctl start tpot
|
systemctl start tpot
|
||||||
echo "You can always change or review your settings in /data/ews/conf/hpfeeds.cfg and apply changes with"
|
echo "You can always change or review your settings in /data/ews/conf/hpfeeds.cfg and apply changes by"
|
||||||
echo "./hpfeeds_optin.sh --conf=/data/ews/conf/hpfeeds.cfg"
|
echo "running \"./hpfeeds_optin.sh --conf=/data/ews/conf/hpfeeds.cfg\""
|
||||||
echo "Done."
|
echo "Done."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue