diff --git a/ztp-root/bootstrap/bootstrap b/ztp-root/bootstrap/bootstrap index 36f415d6618db6887bcd6cb45d9132b7725eed1d..eda15ddd4506458d8806d8e957446ab83b7ac651 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)