Skip to content

mxmount: Allow "=" in variable values #294

Merged
merged 1 commit into from Jan 3, 2023
Merged

Commits on Jan 3, 2023

  1. mxmount: Allow "=" in variable values

    Currently mxmounts fails when we set
    
        DEFAULT_EXPORT_OPTIONS=@amd(sync,rw,no_root_squash,no_subtree_check,insecure_locks,sec=sys:mariux)
    
    with
    
        Unmatched ( in regex; marked by <-- HERE in m/DEFAULT_EXPORT_OPTIONS=@amd( <-- HERE sync,rw,no_root_squash,no_subtree_check,insecure_locks,sec/ at /usr/bin/mxmount line 212.
    
    Use non-greedy pattern for ""VAR=value".
    donald committed Jan 3, 2023
    Copy the full SHA
    a4320d1 View commit details
    Browse the repository at this point in the history