Skip to content

Commit

Permalink
Fix typo in niceness restoration.
Browse files Browse the repository at this point in the history
  • Loading branch information
murraybd committed Feb 26, 2015
1 parent 1f78485 commit 440b261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unattended-upgrade
Expand Up @@ -1131,7 +1131,7 @@ def main(options, rootdir=""):

# FIXME: make this into a ContextManager
# stop being nice
os.nice(old_priority - os.nice(19))
os.nice(old_priority - os.nice(0))

# download what looks good
if options.debug:
Expand Down

0 comments on commit 440b261

Please sign in to comment.