4
0
Эх сурвалжийг харах

Merge pull request #2333 from FreshRSS/revert-2331-feature/clean-update

Revert "Update git command"
Alexis Degrugillier 7 жил өмнө
parent
commit
59b326040a

+ 1 - 1
app/Controllers/updateController.php

@@ -32,7 +32,7 @@ class FreshRSS_update_Controller extends Minz_ActionController {
 		$output = array();
 		$return = 1;
 		try {
-			exec('git clean -d --force', $output, $return);
+			exec('git clean -f -d -f', $output, $return);
 			if ($return == 0) {
 				exec('git pull --ff-only', $output, $return);
 			} else {