diff --git a/Platform/user/configm/config-server/include/LTE_config.h b/Platform/user/configm/config-server/include/LTE_config.h index 40dd9260a..f49c83bbe 100644 --- a/Platform/user/configm/config-server/include/LTE_config.h +++ b/Platform/user/configm/config-server/include/LTE_config.h @@ -12,11 +12,11 @@ #include #include -#define INIT_CMD "./ppp-4G init" -#define START_CMD "./ppp-4G start" -#define STOP_CMD "./ppp-4G stop" -#define RESTART_CMD "./ppp-4G restart" -#define STATUS_CMD "./ppp-4G status" +#define INIT_CMD "/etc/ppp/ppp-4G init" +#define START_CMD "/etc/ppp/ppp-4G start" +#define STOP_CMD "/etc/ppp/ppp-4G stop" +#define RESTART_CMD "/etc/ppp/ppp-4G restart" +#define STATUS_CMD "/etc/ppp/ppp-4G status" #define file_path "/var/run/ppp0.pid" #define GETPID "pgrep ppp-4g" #define START 1