Explorar o código

Update debian-install.sh

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
f8010a3fdf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup/debian-install.sh

+ 1 - 1
setup/debian-install.sh

@@ -42,7 +42,7 @@ msg_info "Setting up Container OS "
 sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
 locale-gen >/dev/null
 while [ "$(hostname -I)" = "" ]; do
-  1>&2 echo -en "${CROSS}${RD}  No Network! "
+  1>&2 echo -en "${CROSS}${RD} No Network! "
   sleep $RETRY_EVERY
   ((NUM--))
   if [ $NUM -eq 0 ]