tanjera / infirmary-integrated

Medical device simulator for training healthcare professionals.
http://www.infirmary-integrated.com/
Other
42 stars 5 forks source link

Loading file on startup not working on Linux #167

Closed tanjera closed 2 years ago

tanjera commented 2 years ago

Due to /usr/bin/infirmary-integrated being a shell script and the shell script doesn't pass along the $1

Might be a simple fix by passing command line argument $1

Note: Also need to test this functionality on MacOS

tanjera commented 2 years ago

Fixed for Linux in ec06e65da326cac825cbfd95dffef418475ca2d1

Will test in MacOS

tanjera commented 2 years ago

Tested on MacOS- not working- unable to determine what start args are even being passed to executable. Deferring.