diff --git a/recipes-app/fofb-opcua-server/files/fofb-opcua-server.sh b/recipes-app/fofb-opcua-server/files/fofb-opcua-server.sh
index 4b426faf5a32856de773975c976743ab35c0d33f..2a9b35cf582d4b2245f66b8e174d1a995ab14d90 100755
--- a/recipes-app/fofb-opcua-server/files/fofb-opcua-server.sh
+++ b/recipes-app/fofb-opcua-server/files/fofb-opcua-server.sh
@@ -41,11 +41,6 @@ start() {
         failure
     else
         echo "started" > $LOCK_FILE
-
-        # Reset the FPGA
-        echo "Init again application" >> $LOG_FILE
-        /etc/init.d/fofb-init.sh reload >> $LOG_FILE
-
         success
     fi
 }