Skip to content

Commit

Permalink
Fix: "name 'os' is not defined" fault in preinst
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaoly authored Aug 21, 2023
1 parent c17a834 commit 7b835b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions howdy/debian/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import subprocess
import sys
import os

# Backup the config file if we're upgrading
if "upgrade" in sys.argv:
Expand Down

0 comments on commit 7b835b2

Please sign in to comment.