#750: Simple REST route to get the list of running commands.
parent
15eb6949ce
commit
4d89f8218e
|
@ -49,7 +49,7 @@ else:
|
|||
if os.path.exists('/scripts/oginit'):
|
||||
from .oglive.operations import * # @UnusedWildImport
|
||||
os_type = 'ogLive'
|
||||
os_version = get_oglive_version()
|
||||
os_version = get_oglive_version().replace(',', '')
|
||||
else:
|
||||
from .linux.operations import * # @UnusedWildImport
|
||||
os_type = 'Linux'
|
||||
|
|
Loading…
Reference in New Issue