From 1113c9c0c9fcd1c5fc73785e74cda6ef58602a8c Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Wed, 26 Jun 2019 09:15:29 +0000 Subject: [PATCH] Minor typo --- bin/hpfeeds_optin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hpfeeds_optin.sh b/bin/hpfeeds_optin.sh index f74f8337..ff27a5b8 100755 --- a/bin/hpfeeds_optin.sh +++ b/bin/hpfeeds_optin.sh @@ -88,7 +88,7 @@ EOF function fuAPPLY () { echo "Now stopping T-Pot ..." 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_HOST.*/EWS_HPFEEDS_HOST=${myHOST}/g" "$myTPOTYMLFILE" sed --follow-symlinks -i "s/EWS_HPFEEDS_PORT.*/EWS_HPFEEDS_PORT=${myPORT}/g" "$myTPOTYMLFILE"