github.com/lzy4123/fabric@v2.1.1+incompatible/vagrant/srcdir.sh (about)

     1  #!/bin/bash -eu
     2  #
     3  # Copyright IBM Corp. All Rights Reserved.
     4  #
     5  # SPDX-License-Identifier: Apache-2.0
     6  
     7  # ----------------------------------------------------------------
     8  # Ensure synced folder path is accessible
     9  # ----------------------------------------------------------------
    10  find /home/vagrant/go -maxdepth 3 -exec chown vagrant:vagrant {} \;