Small edit

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-07-21 18:49:22 +02:00
parent 1744e03423
commit 34e0a44deb
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ def installer():
# for people updating https://github.com/evilsocket/pwnagotchi/pull/551/files
os.system("systemctl enable fstrim.timer")
def version(version_file):
with open(version_file, 'rt') as vf:
version_file_content = vf.read()