|
@@ -748,7 +748,7 @@ class Job extends Command
|
|
|
public function updatedownload()
|
|
public function updatedownload()
|
|
|
{
|
|
{
|
|
|
system(
|
|
system(
|
|
|
- 'cd ' . BASE_PATH . '/public/ssr-download/ && git pull https://github.com/xcxnig/ssr-download.git && git gc'
|
|
|
|
|
|
|
+ 'cd ' . BASE_PATH . '/public/ssr-download/ && git pull https://github.com/xcxnig/ssr-download.git --rebase && git gc'
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
|
|
|