#750: Simple REST route to get the list of running commands.

oglive^2
Ramón M. Gómez 2018-07-03 17:55:25 +02:00
parent 15eb6949ce
commit 4d89f8218e
1 changed files with 1 additions and 1 deletions

View File

@ -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'