Describe the bug
Using the ujust command (with or without arguments) in the terminal does not do anything.
What did you expect to happen?
ujust working normally.
Output of rpm-ostree status
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: inactive
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/aurora:stable
Digest: sha256:566eeeaa2ac41ae5b9514426ac4be52cb11582bb8acb90bd3fc721d15142759f
Version: 44.20260804.1 (2026-08-04T01:40:05Z)
RemovedBasePackages: tuned-ppd tuned 2.27.0-1.fc44
LayeredPackages: oxygen-gtk2 oxygen-icon-theme plasma-oxygen tlp tlp-pd tlp-rdw
ostree-image-signed:docker://ghcr.io/ublue-os/aurora-dx:stable
Digest: sha256:a2aae10a1e41d09cd3782329e86fbccef971c694127bf90ce5df5cd908836d9a
Version: 44.20260804.1 (2026-08-04T01:43:51Z)
RemovedBasePackages: tuned-ppd tuned 2.27.0-1.fc44
LayeredPackages: oxygen-gtk2 oxygen-icon-theme plasma-oxygen tlp tlp-pd tlp-rdw
Output of groups
Extra information or context
When I take /usr/bin/ujust and change the first line from #!/usr/bin/env bash to #!/usr/bin/bash and run it, it works as expected.

Describe the bug
Using the
ujustcommand (with or without arguments) in the terminal does not do anything.What did you expect to happen?
ujustworking normally.Output of
rpm-ostree statusState: idle AutomaticUpdates: stage; rpm-ostreed-automatic.timer: inactive Deployments: ● ostree-image-signed:docker://ghcr.io/ublue-os/aurora:stable Digest: sha256:566eeeaa2ac41ae5b9514426ac4be52cb11582bb8acb90bd3fc721d15142759f Version: 44.20260804.1 (2026-08-04T01:40:05Z) RemovedBasePackages: tuned-ppd tuned 2.27.0-1.fc44 LayeredPackages: oxygen-gtk2 oxygen-icon-theme plasma-oxygen tlp tlp-pd tlp-rdw ostree-image-signed:docker://ghcr.io/ublue-os/aurora-dx:stable Digest: sha256:a2aae10a1e41d09cd3782329e86fbccef971c694127bf90ce5df5cd908836d9a Version: 44.20260804.1 (2026-08-04T01:43:51Z) RemovedBasePackages: tuned-ppd tuned 2.27.0-1.fc44 LayeredPackages: oxygen-gtk2 oxygen-icon-theme plasma-oxygen tlp tlp-pd tlp-rdwOutput of
groupsExtra information or context
When I take
/usr/bin/ujustand change the first line from#!/usr/bin/env bashto#!/usr/bin/bashand run it, it works as expected.