chore: update cancel comment

This commit is contained in:
Zack Spear
2024-05-09 17:22:25 -07:00
committed by Zack Spear
parent 3dec53d13d
commit 6fed39e05b

View File

@@ -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");