Skip to content

Commit

Permalink
v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
“Edward.Wu” committed May 28, 2020
1 parent 451a354 commit 9704673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slscore/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ void sls_remove_marks(char * s) {
}
}

static char pid_path_name[] = "~/sls";
static char pid_file_name[] = "~/sls/pid.txt";
static char pid_path_name[] = "/opt/soft/sls";
static char pid_file_name[] = "/opt/soft/sls/pid.txt";
int sls_read_pid()
{
struct stat stat_file;
Expand Down

0 comments on commit 9704673

Please sign in to comment.