Skip to content

Commit

Permalink
chore: remove extra println
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Sep 20, 2023
1 parent 02f6253 commit c1ae643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions files/etc/ublue-update.d/user/02-distrobox-user-update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash



if [ -x /usr/bin/distrobox ]; then
SUDO_USER="" # avoid distrobox sudo checks
/usr/bin/distrobox upgrade -a
fi
1 change: 0 additions & 1 deletion src/ublue_update/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def run_updates(args):
filelock_path = "/run/ublue-update.lock"
if process_uid != 0:
xdg_runtime_dir = os.environ.get("XDG_RUNTIME_DIR")
print("")
if os.path.isdir(xdg_runtime_dir):
filelock_path = f"{xdg_runtime_dir}/ublue-update.lock"
fd = acquire_lock(filelock_path)
Expand Down

0 comments on commit c1ae643

Please sign in to comment.