(imported topic written by JS6591)
Hi,
I’m working on creating an action to make a directory in “c:\program files”, but everytime I deploy the action I receive the following error in the BigFix client log and the action stops. Any ideas?
Error:
ActionLogMessage: (action 258091 ) Action signature verified
ActionLogMessage: (action 258091 ) Relevance substitution error.
ActionLogMessage: (action 258091 ) ending action
Action script:
if {not exist folder “c:\Program Files\SOCK”}
wait c:\windows\system32\cmd.exe /c mkdir “C:\Program Files\SOCK”
endif