delphix / dxtoolkit

Scripts that remotely interact with Delphix engine APIs
Apache License 2.0
38 stars 32 forks source link

Fixed typo in dx_ctl_env help and Skip executable check for password script in windows #188

Closed ajaytho closed 3 years ago

ajaytho commented 3 years ago

Problem:

  1. Typo in help of dx_ctl_env file
  2. Password script functionality fails if .ps1 scripts are used. Existing functionality checks if the script is executable and fails if its not. This is valid for UNIX platform but does not return correct code for windows(.ps1) file. It does return correct code for .bat file. Executable check is not as such valid for windows.

Solution:

Fix typo and skip executable check if environment is windows

marcinops commented 3 years ago

Thanks !!!!