Explorar o código

Add missing spaces.

Raphael Schneeberger %!s(int64=4) %!d(string=hai) anos
pai
achega
8d2d7ae462
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install/hst-install-debian.sh

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

@@ -639,7 +639,7 @@ if ! [[ "$servername" =~ ^${mask1}${mask2}$ ]]; then
 fi
 
 if [[ -z $(grep -i "$servername" /etc/hosts) ]]; then
-  echo "127.0.0.1 $servername" >> /etc/hosts
+    echo "127.0.0.1 $servername" >> /etc/hosts
 fi
 
 # Set email if it wasn't set