summarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorYour Name2018-07-10 12:48:22 -0400
committerYour Name2018-07-10 12:48:22 -0400
commit7398d71b8534a3661b3eec25cc6f58b42f35dc6e (patch)
tree32ece31187ed508d8f58e7f2ae3896d06089404a /run.sh
parent3ab1aac556036aad69f7a356b1ab5aa00e94a34a (diff)
downloadaur-7398d71b8534a3661b3eec25cc6f58b42f35dc6e.tar.gz
1481
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