Unmount on failure
This commit is contained in:
parent
b20eec16df
commit
a22743f3fb
|
@ -781,6 +781,8 @@ function restore_database {
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo $"No database backup found for ${restore_app_name}"
|
echo $"No database backup found for ${restore_app_name}"
|
||||||
|
set_user_permissions
|
||||||
|
backup_unmount_drive
|
||||||
exit 7357224
|
exit 7357224
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue