summarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 2482222fa630..3c264e19bc93 100644
--- a/run.sh
+++ b/run.sh
@@ -105,7 +105,7 @@ _restart() {
_stop() {
if [[ "$pid" ]]; then
- echo -n "Stopping Freenet"
+ echo "Stopping Freenet, this will take a few minutes"
kill -TERM $(get_wrapper_pid)
[[ $? != 0 ]] && fail "Unable to stop Freenet: kill -TERM $pid"
i=0