You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
In case the CD-ROM is not mounted "glabel status | grep CONTEXT | awk '{print $3}'" will have a null string which will eventually assign the value "/dev/" to "dev_context" variable. In later occasions while existence of "dev_context" is checked it will always return true and no elif conditions will be executed. Add additional glabel check for BSD.
In case the CD-ROM is not mounted and used there is nothing to unmount and eventually trying to unmount will throw error. So add an additional check to see if "MOUNT_DIR" is used as any mount points or not.
Pull request submitted.
#229
The text was updated successfully, but these errors were encountered: