From 493f96b82faa6120c381626f98acef44d7161b59 Mon Sep 17 00:00:00 2001
From: Martin Pietsch <martin.pietsch@tu-dresden.de>
Date: Fri, 22 Nov 2019 10:40:20 +0100
Subject: [PATCH] automatic reboot added

---
 files/profile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/profile b/files/profile
index 34c7fe0..d3b4e83 100644
--- a/files/profile
+++ b/files/profile
@@ -30,6 +30,7 @@ if [ $? -eq 0 ];
 then
   finishLogEntry "done"
   /opt/installer.sh 
+  reboot
 else
   finishLogEntry "failed"
 fi
-- 
GitLab