appsembler / sultan

An Open edX Remote Devstack Toolkit
GNU Affero General Public License v3.0
7 stars 4 forks source link

unmount is mac os only #32

Closed thraxil closed 3 years ago

thraxil commented 3 years ago

https://github.com/appsembler/sultan/blob/62e6e4c7237b12323918b0a3bf1d8ebc13fea3c3/scripts/devstack.sh#L63

That needs to be umount to work properly on Linux. I think umount is available cross platform, but I don't have access to a Mac to check that.