...
|
...
|
@@ -276,7 +276,7 @@ public function getRandInquiryText(Request $request){ |
|
|
* @return string
|
|
|
*/
|
|
|
public function pullCode(Request $request){
|
|
|
$command = "cd /www/wwwroot/globalso-v6-c-customer && ./pull_custom_code.sh";
|
|
|
$command = "cd /www/wwwroot/self_site && ./pull_custom_code.sh";
|
|
|
shell_exec($command);
|
|
|
return $this->success();
|
|
|
}
|
...
|
...
|
|