mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Add some blank lines to output
This commit is contained in:
parent
65437d08ef
commit
b773bb4cd4
@ -124,6 +124,7 @@ create_setup_script()
|
|||||||
else user_exists=false
|
else user_exists=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo
|
||||||
echo 'The following installation paths will be used:'
|
echo 'The following installation paths will be used:'
|
||||||
echo '- $code_path'
|
echo '- $code_path'
|
||||||
if [ \$is_upgrade = true ]
|
if [ \$is_upgrade = true ]
|
||||||
@ -144,6 +145,7 @@ create_setup_script()
|
|||||||
echo 'Aborting installation.'
|
echo 'Aborting installation.'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo
|
||||||
|
|
||||||
if [ \$user_exists = false ]
|
if [ \$user_exists = false ]
|
||||||
then useradd -r -d '$data_path' '$rel_name'
|
then useradd -r -d '$data_path' '$rel_name'
|
||||||
@ -188,6 +190,7 @@ create_setup_script()
|
|||||||
echo '$code_path/bin directory for an example).'
|
echo '$code_path/bin directory for an example).'
|
||||||
fi
|
fi
|
||||||
echo '$rel_name $rel_vsn has been installed successfully.'
|
echo '$rel_name $rel_vsn has been installed successfully.'
|
||||||
|
echo
|
||||||
|
|
||||||
if [ \$is_upgrade = true ]
|
if [ \$is_upgrade = true ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user