Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-04-07 18:57:53 +0300
committerBadlop <badlop@process-one.net>2022-05-04 03:39:07 +0300
commitb773bb4cd4c64092e436c5eb046503cea8e00592 (patch)
tree3a372f1db711c0c8a00bf5434b53ec6929efa505 /tools
parent65437d08ef977f7508223151d962cfe307a4fee9 (diff)
Add some blank lines to output
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-installers3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make-installers b/tools/make-installers
index 10f8023d6..f7dd4e7f3 100755
--- a/tools/make-installers
+++ b/tools/make-installers
@@ -124,6 +124,7 @@ create_setup_script()
else user_exists=false
fi
+ echo
echo 'The following installation paths will be used:'
echo '- $code_path'
if [ \$is_upgrade = true ]
@@ -144,6 +145,7 @@ create_setup_script()
echo 'Aborting installation.'
exit 1
fi
+ echo
if [ \$user_exists = false ]
then useradd -r -d '$data_path' '$rel_name'
@@ -188,6 +190,7 @@ create_setup_script()
echo '$code_path/bin directory for an example).'
fi
echo '$rel_name $rel_vsn has been installed successfully.'
+ echo
if [ \$is_upgrade = true ]
then