#!/bin/bash source ./vars.sh if ./is-restore-needed.sh; then ./restore.sh fi