manila-test-image/server-files/usr/bin/manila-nfs-delete

8 lines
97 B
Bash
Executable File

#!/bin/sh -e
# manila-nfs-delete <cookie>
NUM=$1
rm -f /etc/exports.d/$NUM.exports
exportfs -r