Skip to content

Commit

Permalink
fix: remove debug python code and unneeded lines in systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Aug 26, 2023
1 parent e1dd217 commit 2b89d8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions files/usr/lib/systemd/user/ublue-update.service
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[Unit]
Description=Universal Blue Update Oneshot Service
Wants=network-online.target
After=network-online.target


[Service]
Type=oneshot
Expand Down
4 changes: 0 additions & 4 deletions src/ublue_update/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ def run_updates():
)
log = logging.getLogger(__name__)

ask_for_updates()
os._exit(0)


def main():

# setup argparse
Expand Down

0 comments on commit 2b89d8d

Please sign in to comment.