Rename windows_archive -> cifs_archive

This commit is contained in:
cimryan
2018-10-23 22:33:59 -07:00
parent 07006c31c1
commit e61eb737bc
7 changed files with 6 additions and 6 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