File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3102,8 +3102,12 @@ def config_load(self):
31023102 os .makedirs (data_dir + '/scripts' )
31033103 if not os .path .exists (data_dir + '/scripts/goglib' ):
31043104 os .makedirs (data_dir + '/scripts/goglib' )
3105+ if not os .path .exists (data_dir + '/scripts/goglib/autosetup.ini' ):
3106+ os .system ('cp ' + nebula_dir + '/scripts/goglib/autosetup.ini ' + data_dir + '/scripts/goglib/' )
31053107 if not os .path .exists (data_dir + '/scripts/mylib' ):
31063108 os .makedirs (data_dir + '/scripts/mylib' )
3109+ if not os .path .exists (data_dir + '/scripts/mylib/autosetup.ini' ):
3110+ os .system ('cp ' + nebula_dir + '/scripts/mylib/autosetup.ini ' + data_dir + '/scripts/mylib/' )
31073111 if not os .path .exists (data_dir + '/images' ):
31083112 os .makedirs (data_dir + '/images' )
31093113 if not os .path .exists (data_dir + '/images/goglib' ):
You can’t perform that action at this time.
0 commit comments