Skip to content

Commit d8e200f

Browse files
author
Serghey Rodin
committed
new line after text
1 parent e20a340 commit d8e200f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ fi
366366

367367
# Softaculous
368368
if [ "$softaculous" = 'yes' ]; then
369-
echo -n ' - Softaculous Plugin'
369+
echo ' - Softaculous Plugin'
370370
fi
371371

372372
# Firewall stack

install/vst-install-rhel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ fi
366366

367367
# Softaculous
368368
if [ "$softaculous" = 'yes' ]; then
369-
echo -n ' - Softaculous Plugin'
369+
echo ' - Softaculous Plugin'
370370
fi
371371

372372
# Firewall stack

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ fi
379379

380380
# Softaculous
381381
if [ "$softaculous" = 'yes' ]; then
382-
echo -n ' - Softaculous Plugin'
382+
echo ' - Softaculous Plugin'
383383
fi
384384

385385
# Firewall stack

0 commit comments

Comments
 (0)