Bläddra i källkod

new line after text

Serghey Rodin 8 år sedan
förälder
incheckning
d8e200f759
3 ändrade filer med 3 tillägg och 3 borttagningar
  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
 if [ "$softaculous" = 'yes' ]; then
-    echo -n '   - Softaculous Plugin'
+    echo '   - Softaculous Plugin'
 fi
 
 # Firewall stack

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

@@ -366,7 +366,7 @@ fi
 
 # Softaculous
 if [ "$softaculous" = 'yes' ]; then
-    echo -n '   - Softaculous Plugin'
+    echo '   - Softaculous Plugin'
 fi
 
 # Firewall stack

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

@@ -379,7 +379,7 @@ fi
 
 # Softaculous
 if [ "$softaculous" = 'yes' ]; then
-    echo -n '   - Softaculous Plugin'
+    echo '   - Softaculous Plugin'
 fi
 
 # Firewall stack