From 39f2186cae72b0ba36499c345bbe5c522abfb6f2 Mon Sep 17 00:00:00 2001
From: Neil Schark <neil-jocelyn.schark@stud.h-da.de>
Date: Thu, 8 Sep 2022 17:16:19 +0200
Subject: [PATCH] wip

---
 ztp-root/bootstrap/bootstrap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ztp-root/bootstrap/bootstrap b/ztp-root/bootstrap/bootstrap
index 36f415d..eda15dd 100644
--- a/ztp-root/bootstrap/bootstrap
+++ b/ztp-root/bootstrap/bootstrap
@@ -18,6 +18,8 @@ def get_config(url):
     return
 
 def write_config(file_content):
+    print(type(file_content))
+    print(file_content)
     with open('/mnt/flash/startup-config', 'w') as file:
         file.write(file_content)
 
-- 
GitLab