Mod aaa-12 修改LTE模块脚本路径

RCA:
SOL:
修改人:tongyebin
检视人:
This commit is contained in:
tongyebin 2019-10-10 09:31:09 +08:00
parent 0cdecd1c7e
commit d8fac7bb53
1 changed files with 5 additions and 5 deletions

View File

@ -12,11 +12,11 @@
#include <sys/ioctl.h>
#include <net/if.h>
#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