mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
Minor typo
This commit is contained in:
parent
52c64f57d1
commit
1113c9c0c9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ EOF
|
||||||
function fuAPPLY () {
|
function fuAPPLY () {
|
||||||
echo "Now stopping T-Pot ..."
|
echo "Now stopping T-Pot ..."
|
||||||
systemctl stop tpot
|
systemctl stop tpot
|
||||||
echo "Applying your settings in tpot.yml ... "
|
echo "Applying your settings to tpot.yml ... "
|
||||||
sed --follow-symlinks -i "s/EWS_HPFEEDS_ENABLE.*/EWS_HPFEEDS_ENABLE=${myENABLE}/g" "$myTPOTYMLFILE"
|
sed --follow-symlinks -i "s/EWS_HPFEEDS_ENABLE.*/EWS_HPFEEDS_ENABLE=${myENABLE}/g" "$myTPOTYMLFILE"
|
||||||
sed --follow-symlinks -i "s/EWS_HPFEEDS_HOST.*/EWS_HPFEEDS_HOST=${myHOST}/g" "$myTPOTYMLFILE"
|
sed --follow-symlinks -i "s/EWS_HPFEEDS_HOST.*/EWS_HPFEEDS_HOST=${myHOST}/g" "$myTPOTYMLFILE"
|
||||||
sed --follow-symlinks -i "s/EWS_HPFEEDS_PORT.*/EWS_HPFEEDS_PORT=${myPORT}/g" "$myTPOTYMLFILE"
|
sed --follow-symlinks -i "s/EWS_HPFEEDS_PORT.*/EWS_HPFEEDS_PORT=${myPORT}/g" "$myTPOTYMLFILE"
|
||||||
|
|
Loading…
Reference in a new issue