Prepare for abstract connect, disconnect, archive.

This commit is contained in:
cimryan
2018-10-23 20:50:04 -07:00
parent a174e74bb8
commit 21b22ba4cc
6 changed files with 40 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash -eu
function ensure_archive_is_mounted () {
log "Ensuring cam archive is mounted..."
ensure_mountpoint_is_mounted_with_retry "$ARCHIVE_MOUNT"
log "Ensured cam archive is mounted."
}
ensure_archive_is_mounted