Revision c20494cd

b/lib/backend.py
400 400
  if not os.path.exists(constants.LOG_OS_DIR):
401 401
    os.mkdir(constants.LOG_OS_DIR, 0750)
402 402

  
403
  command = utils.BuildShellCmd("cd %s; %s -i %s -b %s -s %s &>%s",
403
  command = utils.BuildShellCmd("cd %s && %s -i %s -b %s -s %s &>%s",
404 404
                                inst_os.path, create_script, instance.name,
405 405
                                real_os_dev.dev_path, real_swap_dev.dev_path,
406 406
                                logfile)

Also available in: Unified diff