mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-23 21:55:09 +02:00
re-enable app_version func + add missing footer to daemon log
This commit is contained in:
parent
4990854f3c
commit
70c646f9cb
@ -46,6 +46,7 @@ def main(monitor, live, daemon, install, log, debug):
|
||||
elif os.getenv("PKG_MARKER") != "SNAP":
|
||||
while True:
|
||||
root_check()
|
||||
footer()
|
||||
gov_check()
|
||||
cpufreqctl()
|
||||
distro_info()
|
||||
@ -82,7 +83,6 @@ def main(monitor, live, daemon, install, log, debug):
|
||||
countdown(5)
|
||||
run("clear")
|
||||
elif log:
|
||||
# ToDo: fail if log is missing or empty (on)
|
||||
read_log()
|
||||
elif debug:
|
||||
root_check()
|
||||
@ -92,8 +92,7 @@ def main(monitor, live, daemon, install, log, debug):
|
||||
if os.getenv('PKG_MARKER') == "SNAP":
|
||||
print("Snap package: yes")
|
||||
else:
|
||||
# temp disabled (Issue: #111)
|
||||
# app_version()
|
||||
app_version()
|
||||
print("Snap package: no")
|
||||
print("")
|
||||
python_info()
|
||||
|
Loading…
x
Reference in New Issue
Block a user