Browse Source

Small optical tab adjustment.

Raphael Schneeberger 7 years ago
parent
commit
cd336bb50f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      install/hst-install.sh

+ 4 - 4
install/hst-install.sh

@@ -53,12 +53,12 @@ fi
 
 no_support_message(){
     echo "****************************************************"
-	echo "Your operating system (OS) is not supported by"
-	echo "Hestia Control Panel. Officially supported releases:"
-	echo "****************************************************"
+    echo "Your operating system (OS) is not supported by"
+    echo "Hestia Control Panel. Officially supported releases:"
+    echo "****************************************************"
     echo "  Debian 8, 9"
     echo "  Ubuntu 16.04 LTS, 18.04 LTS"
-	echo ""
+    echo ""
     exit 1;
 }