0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

Fix: "name 'os' is not defined" fault in preinst

This commit is contained in:
chaol 2023-08-21 13:31:10 +08:00 committed by GitHub
parent c17a834a52
commit 7b835b26b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
import subprocess
import sys
import os
# Backup the config file if we're upgrading
if "upgrade" in sys.argv: