Skip to content

Commit

Permalink
api: add flatpak out of disk space error to log_diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Aug 15, 2024
1 parent 50491f7 commit 71ee363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api
Original file line number Diff line number Diff line change
Expand Up @@ -2762,7 +2762,7 @@ If this issue keeps happening, see: https://github.com/flatpak/flatpak/issues/34
error_type="system"
fi

if grep -q "You don't have enough free space in\|No space left on device" <<<"$errors";then
if grep -q "You don't have enough free space in\|No space left on device\|Not enough disk space to complete this operation" <<<"$errors";then
error_caption+=("Your system has insufficient disk space.
Please free up some space, then try again.")
Expand Down

0 comments on commit 71ee363

Please sign in to comment.