diff --git a/ogclient/scripts/deployImage.py b/ogclient/scripts/deployImage.py index 4070fb4..45ae486 100755 --- a/ogclient/scripts/deployImage.py +++ b/ogclient/scripts/deployImage.py @@ -168,7 +168,7 @@ def main (repo, imgname, disk, par, proto='UNICAST', protoopt=''): subprocess.run (['configureOsCustom', disk, par, repo, imgname]) else: SystemLib.ogEcho (['log', 'session'], None, f'[90] {ogGlobals.lang.MSG_SCRIPTS_OS_CONFIGURE}') - subprocess.run (['configureOs.py', disk, par]) + subprocess.run (['configureOs.py', disk, par, imgname]) time_total = time.time() - time1 SystemLib.ogEcho (['log', 'session'], None, f'[100] {ogGlobals.lang.MSG_SCRIPTS_TIME_TOTAL} {int (time_total/60)}m {int (time_total%60)}s')