Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#8 uuid scripts etc
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Mar 11, 2016
1 parent 223f1df commit 4446005
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ansible/roles/irods-config/files/adduuids.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash -x

colls='/
/dfc1
/dfc1/home
/dfc1/home/public
/dfc1/home/rods
/dfc1/home/rods#dfc2
/dfc1/trash
/dfc1/trash/home
/dfc1/trash/home/public
/dfc1/trash/home/rods
/dfc1/trash/home/rods#dfc2
/dfc2'

for c in $colls
do
imeta set -c "$c" ipc_UUID $(uuidgen -t)
done

0 comments on commit 4446005

Please sign in to comment.