HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
86 stars 41 forks source link

Enhancement: allow the ilorest for Linux "--config=" option to recognize the "~/" shortcut #78

Closed pcapriccio closed 1 year ago

pcapriccio commented 1 year ago

Currently, the "ilorest" for Linux (version 4.1.0.0) not recognize the "~/" shortcut for a user's home directory, ie:

# ilorest --nologo --config=~/node2.conf login
# echo $?
1
# ilorest --nologo --config=${HOME}/node2.conf login
Discovering data...Done
# echo $?
0
rajeevkallur commented 1 year ago

As designed. Please use env variables