Project

General

Profile

Actions

Bug #4975

closed

Windows clients may run the execRun command several times - for cygwin and plain windows cases

Added by Jonathan CLARKE almost 10 years ago. Updated almost 10 years ago.

Status:
Released
Priority:
2
Category:
System techniques
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

This code could lead to double execution and various problems:

    windows::
      "execRun" string => execresult("\"${g.rudder_sbin}\getDate.bat\"", "noshell");
    (!windows|cygwin).!android::
      "execRun" string => execresult("/bin/date -u \"+%Y-%m-%d %T+00:00\"", "noshell");;

See #4967 for a related issue.

Actions

Also available in: Atom PDF