labCleanupDone

This commit is contained in:
SpudGunMan
2025-01-05 21:27:25 -08:00
parent 576898b8fe
commit 4a3cd2560c
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -772,7 +772,7 @@ def sysinfo(message, message_from_id, deviceID):
return "sysinfo command returns system information."
else:
if enable_runShellCmd and file_monitor_enabled:
shellData = call_external_script(None, "sysEnv.sh").rstrip()
shellData = call_external_script(None, "script/sysEnv.sh").rstrip()
return get_sysinfo(message_from_id, deviceID) + "\n" + shellData
else:
return get_sysinfo(message_from_id, deviceID)