diff --git a/bsp_q7s/core/CoreController.h b/bsp_q7s/core/CoreController.h index 1af85d48..dee06530 100644 --- a/bsp_q7s/core/CoreController.h +++ b/bsp_q7s/core/CoreController.h @@ -48,7 +48,7 @@ class CoreController : public ExtendedControllerBase { static xsc::Chip CURRENT_CHIP; static xsc::Copy CURRENT_COPY; - static constexpr char CHIP_PROT_SCRIPT[] = "/home/root/scripts/get-chip-prot-status.sh"; + static constexpr char CHIP_PROT_SCRIPT[] = "get-chip-prot-status.sh"; static constexpr char CHIP_STATE_FILE[] = "/tmp/chip_prot_status.txt"; static constexpr char CURR_COPY_FILE[] = "/tmp/curr_copy.txt"; static constexpr char CONF_FOLDER[] = "conf";