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