James Iter %!s(int64=9) %!d(string=hai) anos
pai
achega
3dc0de8b2b
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      docs/os_init.md

+ 1 - 3
docs/os_init.md

@@ -195,9 +195,7 @@ Body:
 {
 {
     "os_init_id": 3,
     "os_init_id": 3,
     "path": "/etc/resolv.conf",
     "path": "/etc/resolv.conf",
-    "content": "\n".join([
-        "nameserver {DNS1}",
-        "nameserver {DNS2}"
+    "content": "nameserver {DNS1}\nnameserver {DNS2}" 
     ])
     ])
 }
 }
 ```
 ```