New lines for config.sh

This commit is contained in:
cmdr2 2022-10-28 22:35:04 +05:30
parent e781e5dd43
commit 9dcef00fbb

View File

@ -119,7 +119,7 @@ def setConfig(config):
try: # config.sh
config_sh = [
'#!/bin/bash'
'#!/bin/bash',
f"export update_branch={config['update_branch']}"
]
if len(gpu_devices) > 0 and not has_first_cuda_device: