mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
new line after text
This commit is contained in:
parent
e20a340a70
commit
d8e200f759
3 changed files with 3 additions and 3 deletions
|
@ -366,7 +366,7 @@ fi
|
||||||
|
|
||||||
# Softaculous
|
# Softaculous
|
||||||
if [ "$softaculous" = 'yes' ]; then
|
if [ "$softaculous" = 'yes' ]; then
|
||||||
echo -n ' - Softaculous Plugin'
|
echo ' - Softaculous Plugin'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Firewall stack
|
# Firewall stack
|
||||||
|
|
|
@ -366,7 +366,7 @@ fi
|
||||||
|
|
||||||
# Softaculous
|
# Softaculous
|
||||||
if [ "$softaculous" = 'yes' ]; then
|
if [ "$softaculous" = 'yes' ]; then
|
||||||
echo -n ' - Softaculous Plugin'
|
echo ' - Softaculous Plugin'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Firewall stack
|
# Firewall stack
|
||||||
|
|
|
@ -379,7 +379,7 @@ fi
|
||||||
|
|
||||||
# Softaculous
|
# Softaculous
|
||||||
if [ "$softaculous" = 'yes' ]; then
|
if [ "$softaculous" = 'yes' ]; then
|
||||||
echo -n ' - Softaculous Plugin'
|
echo ' - Softaculous Plugin'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Firewall stack
|
# Firewall stack
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue