RAK831 config issue?

Anyone has experience with needing to reset the RAK831 board or the concentrator will not start?
I have to run below code everytime I restart my RAK831 or the gateway will not work with this error as shown in /var/log/syslog

ERROR: [main] failed to start the concentrator

#!/bin/bash 
    echo "17" > /sys/class/gpio/export 
    echo "out" > /sys/class/gpio/gpio17/direction 
    echo "1" > /sys/class/gpio/gpio17/value 
    sleep 5 
    echo "0" > /sys/class/gpio/gpio17/value 
    sleep 1 
    echo "0" > /sys/class/gpio/gpio17/value