mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
chore: update cancel comment
This commit is contained in:
@@ -28,7 +28,7 @@ class UnraidUpdateCancel
|
||||
exec($command, $output, $returnCode);
|
||||
|
||||
if ($returnCode !== 0) {
|
||||
return ['success' => true]; // No upgrade needed
|
||||
return ['success' => true]; // Nothing to revert
|
||||
}
|
||||
|
||||
shell_exec("mv -f /boot/previous/* /boot");
|
||||
|
||||
Reference in New Issue
Block a user