Serghey Rodin пре 8 година
родитељ
комит
d8e200f759
3 измењених фајлова са 3 додато и 3 уклоњено
  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