Bladeren bron

new line after text

Serghey Rodin 8 jaren geleden
bovenliggende
commit
d8e200f759
3 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      install/vst-install-debian.sh
  2. 1 1
      install/vst-install-rhel.sh
  3. 1 1
      install/vst-install-ubuntu.sh

+ 1 - 1
install/vst-install-debian.sh

@@ -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

+ 1 - 1
install/vst-install-rhel.sh

@@ -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

+ 1 - 1
install/vst-install-ubuntu.sh

@@ -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