|
@@ -554,7 +554,7 @@ int FrameworkShutdown(bool bUpgrade=false,bool bRestart = true)
|
|
|
toResetCWD = true;
|
|
|
}
|
|
|
|
|
|
- strcat(tmp, "sudo_spexplorer.sh --restart");
|
|
|
+ strcat(tmp, "spexplorer.sh --restart");
|
|
|
LOG4VTM(DEBUG, tmp);
|
|
|
tk_process_t* process = NULL;
|
|
|
tk_process_option_t option;
|
|
@@ -565,7 +565,7 @@ int FrameworkShutdown(bool bUpgrade=false,bool bRestart = true)
|
|
|
|
|
|
if (0 == process_spawn(&option, &process)) {
|
|
|
FREE(process);
|
|
|
- LOG4VTM(INFO, "run sudo_spexplorer.sh scripts succ.");
|
|
|
+ LOG4VTM(INFO, "run spexplorer.sh scripts succ.");
|
|
|
Sleep(1000);
|
|
|
g_SpShellPID = GetSpshellProcID();
|
|
|
LOG4VTM(INFO, "get spshell proc id: " << g_SpShellPID);
|
|
@@ -575,7 +575,7 @@ int FrameworkShutdown(bool bUpgrade=false,bool bRestart = true)
|
|
|
return 0;
|
|
|
} else {
|
|
|
FREE(process);
|
|
|
- LOG4VTM(ERROR, "run sudo_spexplorer.sh scripts failed!");
|
|
|
+ LOG4VTM(ERROR, "run spexplorer.sh scripts failed!");
|
|
|
|
|
|
if (toResetCWD) {
|
|
|
SetCurrentDirectoryA(path);
|