github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/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 }} {{ active_golang_version }} 7 /usr/bin/start_and_mount_pfs "$@"