Skip to content

apiMDM_remove.txt syntax eror #21

@jfiliceatcsumb

Description

@jfiliceatcsumb

Line 149 in apiMDM_remove.txt has some syntax problems.

if [ $majorVer -gt 10 ] || ([ $majorVer eq 10 ] && [ $majorMinor -gt 15 ]);then
should be
if [[ $majorVer -gt 10 || ( $majorVer -eq 10 && $majorMinor -gt 15 ) ]];then

Other than that, it is working.

Originally posted by @jfiliceatcsumb in #20

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions