diff options
| author | Sergio <sergiotarxz@posteo.net> | 2026-09-13 21:04:25 +0200 |
|---|---|---|
| committer | Sergio <sergiotarxz@posteo.net> | 2026-09-13 21:04:25 +0200 |
| commit | a5396f67438c304fb2f33d7880505e8554b39bf4 (patch) | |
| tree | 96ffb816e66df06cc8daeb06e0cb98638c891917 | |
| parent | 1f2e5026f035834d58807f71f0e841ace3b25414 (diff) | |
Fixing error update-grub.
| -rw-r--r-- | lib/AlgaOS/UpdateGrub.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AlgaOS/UpdateGrub.pm b/lib/AlgaOS/UpdateGrub.pm index c688c95..1f0be03 100644 --- a/lib/AlgaOS/UpdateGrub.pm +++ b/lib/AlgaOS/UpdateGrub.pm @@ -63,7 +63,7 @@ sub _build_wants_pass_in_sensitive_options { } sub _build_user_list { - return [qw/admin/, @users]; + return [qw/admin/]; } sub run($self) { |
