Skip to content

Commit

Permalink
style: use unset keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Sep 20, 2023
1 parent 70411d7 commit b90fccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/ublue-update.d/user/02-distrobox-user-update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

if [ -x /usr/bin/distrobox ]; then
SUDO_USER="" # avoid distrobox sudo checks
unset SUDO_USER # avoid distrobox sudo checks
/usr/bin/distrobox upgrade -a
fi

0 comments on commit b90fccf

Please sign in to comment.