diff options
-rwxr-xr-x | bin/snapshot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index f1cf331..c4aad35 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -164,7 +164,8 @@ CONFIGURE="./configure $HDF4LIB $OP_CONFIGURE" # Execute the requests snapshot=yes -BASEDIR=${HOME}/hdf5-snapshots +H5VERSION=hdf5 +BASEDIR=${HOME}/snapshots-${H5VERSION} CURRENT=${BASEDIR}/current PREVIOUS=${BASEDIR}/previous |