From 8473f1f3f84fc81442e1f273480ce0c7a2075c6a Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 21 Aug 2018 15:33:14 +0000 Subject: [PATCH] tweaking --- update.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index 395893d8..2838e4c5 100755 --- a/update.sh +++ b/update.sh @@ -194,9 +194,10 @@ fi # Only run with command switch if [ "$1" != "-y" ]; then - echo "This script will update / upgrade all T-Pot related scripts, tools and packages" - echo "Some of your changes might be overwritten, so make sure to save your work" - echo "This is beta feature and only recommended for experienced users, run with '-y' switch" + echo "This script will update / upgrade all T-Pot related scripts, tools and packages to the latest versions." + echo "A backup of /opt/tpot will be written to /root. If you are unsure, you should save your work." + echo "This is a beta feature and only recommended for experienced users." + echo "If you understand the involved risks feel free to run this script with the '-y' switch." echo exit fi