github.com/swiftstack/proxyfs@v0.0.0-20201223034610-5434d919416e/ci/ansible/tasks/templates/usr/bin/reprovision_proxyfs.template (about)

     1  #!/bin/bash
     2  set -e
     3  
     4  /usr/bin/unmount_and_stop_pfs
     5  cd $GOPATH/src/github.com/swiftstack/ProxyFS
     6  ci/ansible/install_proxyfs.sh {{ env_arg }} {{ ss_packages_arg }} {{ active_golang_version }}
     7  /usr/bin/start_and_mount_pfs "$@"